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