Home
last modified time | relevance | path

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

/linux-6.12.1/samples/bpf/
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.12.1/include/uapi/linux/
Drtnetlink.h684 #define RTMGRP_NEIGH 4 macro