Searched refs:RTM_GETNEIGH (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/linux-6.12.1/security/selinux/ |
D | nlmsgtab.c | 41 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/linux-6.12.1/net/mctp/ |
D | neigh.c | 328 {THIS_MODULE, PF_MCTP, RTM_GETNEIGH, NULL, mctp_rtm_getneigh, 0},
|
/linux-6.12.1/samples/bpf/ |
D | xdp_router_ipv4_user.c | 418 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 181 if (type == RTM_GETNEIGH) { in vxlan_fdb_info() 358 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 370 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
|
/linux-6.12.1/net/core/ |
D | neighbour.c | 3538 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3893 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, in neigh_init()
|
D | rtnetlink.c | 6791 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
|