Home
last modified time | relevance | path

Searched refs:RTMGRP_NEIGH (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/samples/bpf/
H A Dxdp_router_ipv4_user.c79 if ((sock_addr.nl_groups & RTMGRP_NEIGH) == RTMGRP_NEIGH) in recv_msg()
487 la.nl_groups = RTMGRP_NEIGH | RTMGRP_NOTIFY; in monitor_routes_thread()
/linux-6.15/include/uapi/linux/
H A Drtnetlink.h694 #define RTMGRP_NEIGH 4 macro