Home
last modified time | relevance | path

Searched refs:test_connect_socket (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect.c47 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
H A Dseq-ext.c190 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
H A Dbench-lookups.c260 if (test_connect_socket(sk, this_ip_dest, test_server_port + *p) <= 0) in connect_client()
H A Drst.c339 if (test_connect_socket(sk, this_ip_dest, port) <= 0) in test_client_passive_rst()
H A Dicmps-accept.c432 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
H A Dicmps-discard.c432 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
H A Dkey-management.c911 if (test_connect_socket(sk, this_ip_dest, port++) <= 0) in run_client()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h350 static inline int test_connect_socket(int sk, const union tcp_addr taddr, in test_connect_socket() function