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