Searched refs:addr_any (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | unsigned-md5.c | 133 union tcp_addr addr_any = {}; in server_add_fail_tests() local 152 union tcp_addr addr_any = {}; in server_fn() local 157 &addr_any, 0, 0, 100, 100, 0, "TCPAOGood", in server_fn() 160 &addr_any, 0, 0, 100, 100, 0, "TCPMD5Unexpected", in server_fn() 163 &addr_any, 0, 0, 100, 100, 0, "TCPAORequired", in server_fn() 671 union tcp_addr addr_any = {}; in client_fn() local 676 &addr_any, 0, 100, 100, 0, 0, 0, &this_ip_addr); in client_fn() 686 &addr_any, 0, 100, 100, 0, 0, 0, &this_ip_addr); in client_fn() 715 &addr_any, 0, 100, 100, 0, 0, 1, &client2); in client_fn() 719 port++, NULL, 0, &addr_any, 0, 100, 100, 0, in client_fn() [all …]
|
| A D | connect-deny.c | 218 union tcp_addr wrong_addr, network_addr, addr_any = {}; in client_fn() local 244 trace_ao_event_sk_expect(TCP_AO_SYNACK_NO_KEY, this_ip_dest, addr_any, in client_fn()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| A D | kconfig.c | 75 union tcp_addr addr_any = {}; in has_tcp_md5() local 89 if (test_set_md5(sk, addr_any, 0, -1, DEFAULT_TEST_PASSWORD)) { in has_tcp_md5()
|
| /linux/drivers/net/bonding/ |
| A D | bond_options.c | 1319 struct in6_addr addr_any = in6addr_any; in bond_option_ns_ip6_targets_clear() local 1323 _bond_options_ns_ip6_target_set(bond, i, &addr_any, 0); in bond_option_ns_ip6_targets_clear() 1331 struct in6_addr addr_any = in6addr_any; in bond_option_ns_ip6_targets_set() local 1346 index = bond_get_targets_ip6(targets, &addr_any); /* first free slot */ in bond_option_ns_ip6_targets_set()
|
Completed in 13 milliseconds