Searched defs:sotype (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 35 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 …]
|
D | vrf_socket_lookup.c | 62 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()
|
D | sockmap_strp.c | 90 static void test_sockmap_strp_dispatch_pkt(int family, int sotype) in test_sockmap_strp_dispatch_pkt() 168 static void test_sockmap_strp_multiple_pkt(int family, int sotype) in test_sockmap_strp_multiple_pkt() 229 static void test_sockmap_strp_partial_read(int family, int sotype) in test_sockmap_strp_partial_read() 289 static void test_sockmap_strp_pass(int family, int sotype, bool fionread) in test_sockmap_strp_pass() 368 static void test_sockmap_strp_verdict(int family, int sotype) in test_sockmap_strp_verdict()
|
D | socket_helpers.h | 129 #define xsocket(family, sotype, flags) \ argument 216 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport() 248 static inline int socket_loopback(int family, int sotype) in socket_loopback() 314 static inline int create_pair(int family, int sotype, int *p0, int *p1) in create_pair() 376 static inline int create_socket_pairs(int family, int sotype, int *c0, int *c1, in create_socket_pairs()
|
D | sk_lookup.c | 70 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()
|
D | select_reuseport.c | 754 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
|
D | assign_reuse.c | 82 void run_assign_reuse(int family, int sotype, const char *ip, __u16 port) in run_assign_reuse()
|