Searched refs:RTM_GETNEIGH (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 54 RTM_GETNEIGH, enumerator 55 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/linux-4.1.27/security/selinux/ |
D | nlmsgtab.c | 45 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 326 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 423 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH); in vxlan_ip_miss() 435 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH); in vxlan_fdb_miss()
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 2808 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST); in neigh_app_ns() 3162 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, NULL, neigh_dump_info, NULL); in neigh_init()
|
D | rtnetlink.c | 3342 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, NULL, rtnl_fdb_dump, NULL); in rtnetlink_init()
|