Searched refs:tcp_ao_counters (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/ |
D | key-management.c | 632 struct tcp_ao_counters *a, struct tcp_ao_counters *b) in verify_counters() 794 struct tcp_ao_counters *begin, in start_server() 797 struct tcp_ao_counters lsk_c1, lsk_c2; in start_server() 833 struct tcp_ao_counters *begin) in end_server() 835 struct tcp_ao_counters end; in end_server() 851 struct tcp_ao_counters tmp; in try_server_run() 863 struct tcp_ao_counters tmp; in server_rotations() 889 struct tcp_ao_counters *before, in run_client() 934 struct tcp_ao_counters *before, in start_client() 946 struct tcp_ao_counters *start) in end_client() [all …]
|
D | seq-ext.c | 43 struct tcp_ao_counters *cnt) in test_sk_restore() 68 struct tcp_ao_counters ao1, ao2; in server_fn() 176 struct tcp_ao_counters ao1, ao2; in client_fn()
|
D | rst.c | 87 struct tcp_ao_counters cnt1, cnt2; in test_server_active_rst() 131 struct tcp_ao_counters ao1, ao2; in test_server_passive_rst() 326 struct tcp_ao_counters ao1, ao2; in test_client_passive_rst()
|
D | restore.c | 20 struct tcp_ao_counters ao1, ao2; in try_server_run() 143 struct tcp_ao_counters ao1, ao2; in test_sk_restore()
|
D | connect-deny.c | 37 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_accept() 166 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_connect()
|
D | connect.c | 38 struct tcp_ao_counters ao1, ao2; in client_fn()
|
D | self-connect.c | 33 struct tcp_ao_counters before_ao, after_ao; in tcp_self_connect()
|
D | icmps-accept.c | 56 struct tcp_ao_counters ao_cnt1, ao_cnt2; in serve_interfered()
|
D | icmps-discard.c | 56 struct tcp_ao_counters ao_cnt1, ao_cnt2; in serve_interfered()
|
D | unsigned-md5.c | 44 struct tcp_ao_counters ao_cnt1, ao_cnt2; in try_accept()
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/lib/ |
D | aolib.h | 498 struct tcp_ao_counters { struct 515 extern int test_get_tcp_ao_counters(int sk, struct tcp_ao_counters *out); argument 543 struct tcp_ao_counters *before, struct tcp_ao_counters *after, 546 struct tcp_ao_counters *before, struct tcp_ao_counters *after, 548 extern void test_tcp_ao_counters_free(struct tcp_ao_counters *cnts); 556 struct tcp_ao_counters *before, in test_tcp_ao_counters_cmp() 557 struct tcp_ao_counters *after, in test_tcp_ao_counters_cmp()
|
D | sock.c | 336 int test_get_tcp_ao_counters(int sk, struct tcp_ao_counters *out) in test_get_tcp_ao_counters() 407 struct tcp_ao_counters *before, in __test_tcp_ao_counters_cmp() 408 struct tcp_ao_counters *after, in __test_tcp_ao_counters_cmp() 448 struct tcp_ao_counters *before, in test_tcp_ao_key_counters_cmp() 449 struct tcp_ao_counters *after, in test_tcp_ao_key_counters_cmp() 495 void test_tcp_ao_counters_free(struct tcp_ao_counters *cnts) in test_tcp_ao_counters_free()
|
/linux-6.14.4/include/net/ |
D | tcp_ao.h | 27 struct tcp_ao_counters { struct 107 struct tcp_ao_counters counters;
|