Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_router_ipv4_user.c519 struct pollfd fds_route, fds_arp; in monitor_route() local
544 fds_route.fd = sock; in monitor_route()
545 fds_route.events = POLL_IN; in monitor_route()
585 if (poll(&fds_route, 1, 3) == POLL_IN) { in monitor_route()