Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c35 int family, int sotype, int mapfd) in test_insert_invalid()
53 int family, int sotype, int mapfd) in test_insert_opened()
75 int family, int sotype, int mapfd) in test_insert_bound()
103 int family, int sotype, int mapfd) in test_insert()
120 int family, int sotype, int mapfd) in test_delete_after_insert()
138 int family, int sotype, int mapfd) in test_delete_after_close()
162 int family, int sotype, int mapfd) in test_lookup_after_insert()
191 int family, int sotype, int mapfd) in test_lookup_after_delete()
215 int family, int sotype, int mapfd) in test_lookup_32_bit_value()
246 int family, int sotype, int mapfd) in test_update_existing()
[all …]
Dvrf_socket_lookup.c62 static int make_socket(int sotype, const char *ip, int port, in make_socket()
84 static int make_server(int sotype, const char *ip, int port, const char *ifname) in make_server()
201 static int test_lookup(struct vrf_socket_lookup *skel, int sotype, in test_lookup()
236 static void _test_vrf_socket_lookup(struct vrf_socket_lookup *skel, int sotype, in _test_vrf_socket_lookup()
Dsockmap_helpers.h129 #define xsocket(family, sotype, flags) \ argument
352 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()
384 static inline int socket_loopback(int family, int sotype) in socket_loopback()
389 static inline int create_pair(int family, int sotype, int *p0, int *p1) in create_pair()
451 static inline int create_socket_pairs(int family, int sotype, int *c0, int *c1, in create_socket_pairs()
Dsk_lookup.c70 int sotype; member
79 int sotype; member
155 static int make_server(int sotype, const char *ip, int port, in make_server()
1091 int sotype) in run_sk_assign_connected()
Dselect_reuseport.c754 static const char *sotype_str(int sotype) in sotype_str()
768 static void test_config(int sotype, sa_family_t family, bool inany) in test_config()
825 int sotype; in test_all() member
Dassign_reuse.c82 void run_assign_reuse(int family, int sotype, const char *ip, __u16 port) in run_assign_reuse()