Home
last modified time | relevance | path

Searched refs:RTM_GETNEIGH (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Drtnetlink.h54 RTM_GETNEIGH, enumerator
55 #define RTM_GETNEIGH RTM_GETNEIGH macro
/linux-4.1.27/security/selinux/
Dnlmsgtab.c45 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/linux-4.1.27/drivers/net/
Dvxlan.c326 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/
Dneighbour.c2808 __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()
Drtnetlink.c3342 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, NULL, rtnl_fdb_dump, NULL); in rtnetlink_init()