/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 56 RTM_GETNEIGH, enumerator 57 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 43 RTM_GETNEIGH, enumerator 44 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 56 RTM_GETNEIGH, enumerator 57 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/kernel/linux/linux-6.6/net/mctp/ |
H A D | neigh.c | 331 rtnl_register_module(THIS_MODULE, PF_MCTP, RTM_GETNEIGH, in mctp_neigh_init() 340 rtnl_unregister(PF_MCTP, RTM_GETNEIGH); in mctp_neigh_exit()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 42 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 41 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 394 if (nh->nlmsg_type == RTM_GETNEIGH) in read_arp() 482 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 418 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 287 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 465 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 477 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 181 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 359 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 371 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 3400 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3749 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0); in neigh_init()
|
H A D | rtnetlink.c | 5723 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 3534 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3892 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0); in neigh_init()
|
H A D | rtnetlink.c | 6558 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
|