Searched refs:test_connect_socket (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/ |
D | connect.c | 47 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
D | seq-ext.c | 190 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
D | restore.c | 124 if (test_connect_socket(sk, this_ip_dest, server_port) <= 0) in test_get_sk_checkpoint()
|
D | rst.c | 340 if (test_connect_socket(sk, this_ip_dest, port) <= 0) in test_client_passive_rst()
|
D | bench-lookups.c | 260 if (test_connect_socket(sk, this_ip_dest, test_server_port + *p) <= 0) in connect_client()
|
D | icmps-accept.c | 433 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
D | icmps-discard.c | 433 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
D | key-management.c | 911 if (test_connect_socket(sk, this_ip_dest, port++) <= 0) in run_client()
|
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/lib/ |
D | aolib.h | 349 static inline int test_connect_socket(int sk, const union tcp_addr taddr, in test_connect_socket() function
|