Home
last modified time | relevance | path

Searched refs:this_ip_addr (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dunsigned-md5.c31 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 …]
Drestore.c28 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()
Dconnect-deny.c42 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()
Dseq-ext.c75 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()
Dconnect.c11 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
Drst.c91 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()
Dbench-lookups.c51 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()
Dkey-management.c32 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()
Dsetsockopt-closed.c14 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()
Dicmps-accept.c111 lsk = test_listen_socket(this_ip_addr, test_server_port, 1); in server_fn()
Dicmps-discard.c111 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/
Dsetup.c199 __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()
Daolib.h266 extern __thread union tcp_addr this_ip_addr;