Home
last modified time | relevance | path

Searched defs:sotype (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c131 #define xsocket(family, sotype, flags) \ argument
287 static int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()
319 static int socket_loopback(int family, int sotype) in socket_loopback()
324 static void test_insert_invalid(int family, int sotype, int mapfd) in test_insert_invalid()
341 static void test_insert_opened(int family, int sotype, int mapfd) in test_insert_opened()
360 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound()
387 static void test_insert(int family, int sotype, int mapfd) in test_insert()
403 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert()
420 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close()
443 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert()
[all …]
Dsk_lookup.c74 int sotype; member
112 static int make_socket(int sotype, const char *ip, int port, in make_socket()
146 static int make_server(int sotype, const char *ip, int port, in make_server()
223 static int make_client(int sotype, const char *ip, int port) in make_client()
1065 int sotype) in run_sk_assign_connected()
Dselect_reuseport.c773 static const char *sotype_str(int sotype) in sotype_str()
787 static void test_config(int sotype, sa_family_t family, bool inany) in test_config()
831 int sotype; in test_all() member