Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_user.c501 struct pollfd fds_route, fds_arp; in monitor_route() local
526 fds_route.fd = sock; in monitor_route()
527 fds_route.events = POLL_IN; in monitor_route()
566 if (poll(&fds_route, 1, 3) == POLL_IN) { in monitor_route()