Searched refs:RTM_GETNEIGH (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 55 RTM_GETNEIGH, enumerator 56 #define RTM_GETNEIGH RTM_GETNEIGH macro
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink_server.cpp | 135 performRequest(NETLINK_ROUTE, RTM_GETNEIGH, NLM_F_DUMP, ndmsg{}, cb);
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 41 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/openbmc/linux/net/mctp/ |
H A D | neigh.c | 328 {THIS_MODULE, PF_MCTP, RTM_GETNEIGH, NULL, mctp_rtm_getneigh, 0},
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 418 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 181 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()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 3538 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns() 3896 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0); in neigh_init()
|
H A D | rtnetlink.c | 6589 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
|