Searched refs:RTM_GETNEIGH (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/linux/net/mctp/ |
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()
|
/linux/security/selinux/ |
A D | nlmsgtab.c | 42 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/linux/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 398 if (nh->nlmsg_type == RTM_GETNEIGH) in read_arp() 497 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
/linux/drivers/net/ |
A D | vxlan.c | 288 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 466 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 478 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
|
/linux/net/core/ |
A D | neighbour.c | 3473 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3822 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0); in neigh_init()
|
A D | rtnetlink.c | 5687 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
|
Completed in 48 milliseconds