Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_redirect.c149 return __expect_icmp_ipv4((char *)(eth + 1), len - sizeof(*eth)); in expect_icmp()
156 return __expect_icmp_ipv4(buf, len); in expect_icmp_nomac()
H A Dlwt_helpers.h70 static int __expect_icmp_ipv4(char *buf, ssize_t len) in __expect_icmp_ipv4() 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()