Searched refs:RTM_GETNEIGH (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 85 .nlmsg_type = RTM_GETNEIGH,
|
| /linux-6.15/security/selinux/ |
| H A D | nlmsgtab.c | 41 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
| /linux-6.15/net/mctp/ |
| H A D | neigh.c | 328 {THIS_MODULE, PF_MCTP, RTM_GETNEIGH, NULL, mctp_rtm_getneigh, 0},
|
| /linux-6.15/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 418 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 182 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 359 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 371 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
|
| /linux-6.15/net/core/ |
| H A D | neighbour.c | 3471 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3825 {.msgtype = RTM_GETNEIGH, .doit = neigh_get, .dumpit = neigh_dump_info,
|
| H A D | rtnetlink.c | 7083 {.protocol = PF_BRIDGE, .msgtype = RTM_GETNEIGH, .doit = rtnl_fdb_get,
|