Home
last modified time | relevance | path

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

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