Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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 …]
H A Dsockmap_ktls.c50 static int create_ktls_pairs(int family, int sotype, int *c, int *p) in create_ktls_pairs()
134 static void test_sockmap_ktls_offload(int family, int sotype) in test_sockmap_ktls_offload()
163 static void test_sockmap_ktls_tx_cork(int family, int sotype, bool push) in test_sockmap_ktls_tx_cork()
243 static void test_sockmap_ktls_tx_no_buf(int family, int sotype, bool push) in test_sockmap_ktls_tx_no_buf()
317 static void test_sockmap_ktls_tx_pop(int family, int sotype) in test_sockmap_ktls_tx_pop()
420 static void run_ktls_test(int family, int sotype) in run_ktls_test()
H A 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()
H A Dsockmap_strp.c90 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()
H A Dsocket_helpers.h248 if (sotype & SOCK_DGRAM) in socket_loopback() argument
129 xsocket(family,sotype,flags) global() argument
216 socket_loopback_reuseport(int family,int sotype,int progfd) socket_loopback_reuseport() argument
314 create_pair(int family,int sotype,int * p0,int * p1) create_pair() argument
376 create_socket_pairs(int family,int sotype,int * c0,int * c1,int * p0,int * p1) create_socket_pairs() argument
[all...]
H A 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()
H A 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
H A Dassign_reuse.c82 void run_assign_reuse(int family, int sotype, const char *ip, __u16 port) in run_assign_reuse()