Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_change_tail_pmtu.c24 bool icmp_sent = false; variable
47 if (icmp_sent || icmp_err) in change_tail_icmp()
125 icmp_sent = true; in change_tail_icmp()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_change_tail_pmtu.c107 ASSERT_TRUE(skel->bss->icmp_sent, "icmp sent"); in test_tc_change_tail_pmtu()