/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | unsigned-md5.c | 31 this_ip_addr, this_ip_dest, test_vrf_tabid); in setup_vrfs() 52 lsk = test_listen_socket(this_ip_addr, port, 1); in try_accept() 125 if (ip_route_add(veth_name, family, this_ip_addr, client2)) in server_add_routes() 127 if (ip_route_add(veth_name, family, this_ip_addr, client3)) in server_add_routes() 376 if (client_bind(sk, this_ip_addr)) in open_add() 534 this_ip_addr, TEST_PREFIX, -1, this_ip_addr, TEST_PREFIX, -1, in client_add_fail_tests() 538 this_ip_addr, TEST_PREFIX, -1, this_ip_addr, TEST_PREFIX, -1, in client_add_fail_tests() 543 this_ip_addr, TEST_PREFIX, -1, in client_add_fail_tests() 544 this_ip_addr, TEST_PREFIX, -1, true, in client_add_fail_tests() 548 this_ip_addr, TEST_PREFIX, -1, in client_add_fail_tests() [all …]
|
D | restore.c | 28 lsk = test_listen_socket(this_ip_addr, port, 1); in try_server_run() 211 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 213 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 220 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 222 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 229 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 239 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn()
|
D | connect-deny.c | 42 lsk = test_listen_socket(this_ip_addr, port, 1); in try_accept() 224 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 229 trace_hash_event_expect(TCP_HASH_AO_REQUIRED, this_ip_addr, this_ip_dest, in client_fn() 234 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 239 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn() 249 trace_ao_event_expect(TCP_AO_WRONG_MACLEN, this_ip_addr, this_ip_dest, in client_fn() 254 trace_ao_event_expect(TCP_AO_KEY_NOT_FOUND, this_ip_addr, this_ip_dest, in client_fn()
|
D | seq-ext.c | 75 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn() 119 trace_ao_event_sne_expect(TCP_AO_SND_SNE_UPDATE, this_ip_addr, in server_fn() 122 this_ip_addr, client_new_port, test_server_port + 1, 1); in server_fn() 123 trace_ao_event_sne_expect(TCP_AO_RCV_SNE_UPDATE, this_ip_addr, in server_fn() 126 this_ip_addr, client_new_port, test_server_port + 1, 1); in server_fn()
|
D | connect.c | 11 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
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()
|
D | bench-lookups.c | 51 err = ip_route_add(veth_name, TEST_FAMILY, this_ip_addr, *p); in test_add_routes() 221 lsk = test_listen_socket(this_ip_addr, test_server_port + i, 1); in server_fn()
|
D | key-management.c | 32 this_ip_addr, this_ip_dest, test_vrf_tabid); in setup_vrfs() 586 sk = test_listen_socket(this_ip_addr, port, 1); in key_collection_socket() 1016 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, this_ip_addr, this_ip_dest, in try_unmatched_keys() 1060 trace_ao_event_expect(TCP_AO_RNEXT_REQUEST, this_ip_dest, this_ip_addr, in check_current_back() 1096 this_ip_addr, this_ip_dest, in roll_over_keys()
|
D | setsockopt-closed.c | 14 tcp_addr_to_sockaddr_in(&addr, &this_ip_addr, htons(test_port++)); in make_listen() 490 tcp_addr_to_sockaddr_in(&del.addr, &this_ip_addr, 0); in test_einval_del_key()
|
D | icmps-accept.c | 111 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
D | icmps-discard.c | 111 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | setup.c | 199 __thread union tcp_addr this_ip_addr; variable 212 this_ip_addr = p->my_ip; in new_pthread_entry() 276 this_ip_addr = addr1; in __test_init()
|
D | aolib.h | 266 extern __thread union tcp_addr this_ip_addr;
|