RTM_GETNEIGH      267 drivers/net/vxlan.c 	if (type == RTM_GETNEIGH) {
RTM_GETNEIGH      434 drivers/net/vxlan.c 	vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL);
RTM_GETNEIGH      446 drivers/net/vxlan.c 	vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL);
RTM_GETNEIGH     3371 net/core/neighbour.c 	__neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0);
RTM_GETNEIGH     3725 net/core/neighbour.c 	rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0);
RTM_GETNEIGH     5367 net/core/rtnetlink.c 	rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0);
RTM_GETNEIGH      394 samples/bpf/xdp_router_ipv4_user.c 	if (nh->nlmsg_type == RTM_GETNEIGH)
RTM_GETNEIGH      482 samples/bpf/xdp_router_ipv4_user.c 	req.nl.nlmsg_type = RTM_GETNEIGH;
RTM_GETNEIGH       42 security/selinux/nlmsgtab.c 	{ RTM_GETNEIGH,		NETLINK_ROUTE_SOCKET__NLMSG_READ  },