Searched defs:sotype (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ ! |
D | sockmap_listen.c | 131 #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() 362 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() 389 static void test_insert(int family, int sotype, int mapfd) in test_insert() 405 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() 422 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close() 445 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert() [all …]
|
D | sk_lookup.c | 73 int sotype; member 111 static int make_socket(int sotype, const char *ip, int port, in make_socket() 145 static int make_server(int sotype, const char *ip, int port, in make_server() 222 static int make_client(int sotype, const char *ip, int port) in make_client() 1148 int sotype) in run_sk_assign_connected()
|
D | select_reuseport.c | 764 static const char *sotype_str(int sotype) in sotype_str() 778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() 822 int sotype; in test_all() member
|