Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c28 unsigned int nr_syn = 0; variable
294 nr_syn++; in handle_passive_estab()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c495 ASSERT_EQ(misc_skel->bss->nr_syn, 1, "unexpected nr_syn"); in misc()