Searched refs:test_tcp_ao_counters_cmp (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | rst.c | 123 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 D | seq-ext.c | 143 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 D | restore.c | 72 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 D | connect-deny.c | 81 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 D | connect.c | 74 if (test_tcp_ao_counters_cmp("connect", &ao1, &ao2, TEST_CNT_GOOD)) in client_fn()
|
H A D | icmps-accept.c | 94 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 D | icmps-discard.c | 94 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 D | self-connect.c | 96 if (test_tcp_ao_counters_cmp(tst, &before_ao, &after_ao, TEST_CNT_GOOD)) { in tcp_self_connect()
|
H A D | unsigned-md5.c | 111 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 D | aolib.h | 554 static inline int test_tcp_ao_counters_cmp(const char *tst_name, in test_tcp_ao_counters_cmp() function
|