Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_custom_syncookie.c137 skel->bss->handled_syn = false; in test_tcp_custom_syncookie()
142 ASSERT_EQ(skel->bss->handled_syn, true, "SYN is not handled at tc."); in test_tcp_custom_syncookie()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c71 bool handled_syn, handled_ack; variable
581 handled_syn = true; in tcp_custom_syncookie()