Home
last modified time | relevance | path

Searched refs:test_tcp_ao_counters_cmp (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c123 if (test_tcp_ao_counters_cmp("active RST server", &cnt1, &cnt2, TEST_CNT_GOOD)) in test_server_active_rst()
168 test_tcp_ao_counters_cmp("passive RST server", &ao1, &ao2, TEST_CNT_GOOD); in test_server_passive_rst()
434 test_tcp_ao_counters_cmp("client passive RST", &ao1, &ao2, TEST_CNT_GOOD); in test_client_passive_rst()
H A Dseq-ext.c143 test_tcp_ao_counters_cmp(NULL, &ao1, &ao2, TEST_CNT_GOOD); in server_fn()
229 test_tcp_ao_counters_cmp(NULL, &ao1, &ao2, TEST_CNT_GOOD); in client_fn()
H A Drestore.c72 test_tcp_ao_counters_cmp(tst_name, &ao1, &ao2, cnt_expected); in try_server_run()
185 test_tcp_ao_counters_cmp(tst_name, &ao1, &ao2, cnt_expected); in test_sk_restore()
H A Dconnect-deny.c81 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_accept()
207 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_connect()
H A Dconnect.c74 if (test_tcp_ao_counters_cmp("connect", &ao1, &ao2, TEST_CNT_GOOD)) in client_fn()
H A Dicmps-accept.c94 test_tcp_ao_counters_cmp(NULL, &ao_cnt1, &ao_cnt2, TEST_CNT_GOOD); in serve_interfered()
96 test_tcp_ao_counters_cmp(NULL, &ao_cnt1, &ao_cnt2, TEST_CNT_GOOD | TEST_CNT_AO_DROPPED_ICMP); in serve_interfered()
H A Dicmps-discard.c94 test_tcp_ao_counters_cmp(NULL, &ao_cnt1, &ao_cnt2, TEST_CNT_GOOD); in serve_interfered()
96 test_tcp_ao_counters_cmp(NULL, &ao_cnt1, &ao_cnt2, TEST_CNT_GOOD | TEST_CNT_AO_DROPPED_ICMP); in serve_interfered()
H A Dself-connect.c96 if (test_tcp_ao_counters_cmp(tst, &before_ao, &after_ao, TEST_CNT_GOOD)) { in tcp_self_connect()
H A Dunsigned-md5.c111 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_accept()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h554 static inline int test_tcp_ao_counters_cmp(const char *tst_name, in test_tcp_ao_counters_cmp() function