fds_route         519 samples/bpf/xdp_router_ipv4_user.c 	struct pollfd fds_route, fds_arp;
fds_route         544 samples/bpf/xdp_router_ipv4_user.c 	fds_route.fd = sock;
fds_route         545 samples/bpf/xdp_router_ipv4_user.c 	fds_route.events = POLL_IN;
fds_route         585 samples/bpf/xdp_router_ipv4_user.c 		if (poll(&fds_route, 1, 3) == POLL_IN) {