Searched refs:make_socket (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | vrf_socket_lookup.c | 62 static int make_socket(int sotype, const char *ip, int port, in make_socket() function 209 fd = make_socket(sotype, ip, port, &addr); in test_lookup()
|
D | sk_lookup.c | 111 static int make_socket(int sotype, const char *ip, int port, in make_socket() function 152 fd = make_socket(sotype, ip, port, &addr); in make_server() 227 fd = make_socket(sotype, ip, port, &addr); in make_client() 881 client_fd = make_socket(t->sotype, t->connect_to.ip, in drop_on_lookup() 1005 client = make_socket(t->sotype, t->connect_to.ip, in drop_on_reuseport() 1253 client_fd = make_socket(SOCK_STREAM, EXT_IP4, EXT_PORT, &dst); in run_multi_prog_lookup()
|