Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h62 /* wait_for_packet - wait for a packet that matches the filter
70 static int wait_for_packet(int fd, filter_t filter, struct timeval *timeout) in wait_for_packet() function
H A Dlwt_reroute.c210 if (!ASSERT_EQ(wait_for_packet(tun_fd, __expect_icmp_ipv4, &timeo), 1, in test_lwt_reroute_normal_xmit()
211 "wait_for_packet")) in test_lwt_reroute_normal_xmit()