Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c453 struct pollfd fds_route, fds_arp; in monitor_routes_thread() local
474 fds_route.fd = sock; in monitor_routes_thread()
475 fds_route.events = POLL_IN; in monitor_routes_thread()
509 if (poll(&fds_route, 1, 3) == POLL_IN) { in monitor_routes_thread()