Searched refs:test_listen_socket (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | connect.c | 11 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
H A D | rst.c | 91 lsk = test_listen_socket(this_ip_addr, port, backlog); in test_server_active_rst() 135 lsk = test_listen_socket(this_ip_addr, port, 1); in test_server_passive_rst()
|
H A D | seq-ext.c | 75 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
H A D | restore.c | 28 lsk = test_listen_socket(this_ip_addr, port, 1); in try_server_run()
|
H A D | connect-deny.c | 42 lsk = test_listen_socket(this_ip_addr, port, 1); in try_accept()
|
H A D | bench-lookups.c | 221 lsk = test_listen_socket(this_ip_addr, test_server_port + i, 1); in server_fn()
|
H A D | icmps-accept.c | 111 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
H A D | icmps-discard.c | 111 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
H A D | unsigned-md5.c | 52 lsk = test_listen_socket(this_ip_addr, port, 1); in try_accept()
|
H A D | key-management.c | 586 sk = test_listen_socket(this_ip_addr, port, 1); in key_collection_socket()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 294 static inline int test_listen_socket(const union tcp_addr taddr, in test_listen_socket() function
|