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