Searched refs:ao_cnt2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | connect-deny.c | 37 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_accept() local 75 if (pwd && test_get_tcp_ao_counters(lsk, &ao_cnt2)) in try_accept() 81 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_accept() 166 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_connect() local 205 if (test_get_tcp_ao_counters(sk, &ao_cnt2)) in try_connect() 207 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_connect()
|
D | icmps-accept.c | 56 struct tcp_ao_counters ao_cnt1, ao_cnt2; in serve_interfered() local 72 if (test_get_tcp_ao_counters(sk, &ao_cnt2)) in serve_interfered() 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()
|
D | icmps-discard.c | 56 struct tcp_ao_counters ao_cnt1, ao_cnt2; in serve_interfered() local 72 if (test_get_tcp_ao_counters(sk, &ao_cnt2)) in serve_interfered() 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()
|
D | unsigned-md5.c | 44 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_accept() local 92 if (ao_addr && test_get_tcp_ao_counters(lsk, &ao_cnt2)) in try_accept() 111 test_tcp_ao_counters_cmp(tst_name, &ao_cnt1, &ao_cnt2, cnt_expected); in try_accept()
|