Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_custom_syncookie.c138 skel->bss->handled_ack = false; in test_tcp_custom_syncookie()
143 ASSERT_EQ(skel->bss->handled_ack, true, "ACK 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
584 handled_ack = true; in tcp_custom_syncookie()