Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Drtnetlink.h55 RTM_GETNEIGH, enumerator
56 #define RTM_GETNEIGH RTM_GETNEIGH macro
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c98 .nlmsg_type = RTM_GETNEIGH,
/linux/net/mctp/
H A Dneigh.c332 {THIS_MODULE, PF_MCTP, RTM_GETNEIGH, NULL, mctp_rtm_getneigh, 0},
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c418 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()