Searched refs:connect_to_addr_str (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 76 int connect_to_addr_str(int family, int type, const char *addr_str, __u16 port,
|
| H A D | network_helpers.c | 317 int connect_to_addr_str(int family, int type, const char *addr_str, __u16 port, in connect_to_addr_str() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sk_lookup.c | 585 client_fd = connect_to_addr_str(is_ipv6(t->connect_to.ip) ? AF_INET6 : AF_INET, in run_lookup_prog() 1100 connected_fd = connect_to_addr_str(AF_INET, sotype, EXT_IP4, EXT_PORT, NULL); in run_sk_assign_connected() 1114 client_fd = connect_to_addr_str(AF_INET, sotype, EXT_IP4, EXT_PORT, NULL); in run_sk_assign_connected()
|
| H A D | lwt_ip_encap.c | 371 cfd = connect_to_addr_str(family, SOCK_STREAM, ip_addr, GSO_TCP_PORT, NULL); in test_gso_fix()
|
| H A D | test_tc_tunnel.c | 180 client_fd = connect_to_addr_str(family, SOCK_STREAM, cfg->server_addr, in connect_client_to_server()
|
| H A D | sock_iter_batch.c | 238 established_socks[i] = connect_to_addr_str(family, sock_type, in connect_to_server()
|