Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/
H A Dnlmsgtab.c42 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
244 RTM_GETNEIGH); in selinux_nlmsg_init()
249 RTM_GETNEIGH); in selinux_nlmsg_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h55 RTM_GETNEIGH, enumerator
56 #define RTM_GETNEIGH RTM_GETNEIGH macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h55 RTM_GETNEIGH, enumerator
56 #define RTM_GETNEIGH RTM_GETNEIGH macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h55 RTM_GETNEIGH, enumerator
56 #define RTM_GETNEIGH RTM_GETNEIGH macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_user.c394 if (nh->nlmsg_type == RTM_GETNEIGH) in read_arp()
482 req.nl.nlmsg_type = RTM_GETNEIGH; in get_arp_table()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c287 if (type == RTM_GETNEIGH) { in vxlan_fdb_info()
465 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss()
477 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c3405 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST, 0); in neigh_app_ns()
3754 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, neigh_get, neigh_dump_info, 0); in neigh_init()
H A Drtnetlink.c5687 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()