Searched refs:make_socket (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A D | sk_lookup.c | 110 static int make_socket(int sotype, const char *ip, int port, in make_socket() function 151 fd = make_socket(sotype, ip, port, &addr); in make_server() 226 fd = make_socket(sotype, ip, port, &addr); in make_client() 880 client_fd = make_socket(t->sotype, t->connect_to.ip, in drop_on_lookup() 1004 client = make_socket(t->sotype, t->connect_to.ip, in drop_on_reuseport() 1252 client_fd = make_socket(SOCK_STREAM, EXT_IP4, EXT_PORT, &dst); in run_multi_prog_lookup()
|