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() argument
53 int family, int sotype, int mapfd) in test_insert_opened() argument
75 int family, int sotype, int mapfd) in test_insert_bound() argument
103 int family, int sotype, int mapfd) in test_insert() argument
120 int family, int sotype, int mapfd) in test_delete_after_insert() argument
138 test_delete_after_close(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_delete_after_close() argument
162 test_lookup_after_insert(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_after_insert() argument
191 test_lookup_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_after_delete() argument
215 test_lookup_32_bit_value(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_32_bit_value() argument
246 test_update_existing(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_update_existing() argument
274 do_destroy_orphan_child(int family,int sotype,int mapfd) do_destroy_orphan_child() argument
306 test_destroy_orphan_child(struct test_sockmap_listen * skel,int family,int sotype,int mapfd) test_destroy_orphan_child() argument
336 test_clone_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_clone_after_delete() argument
373 test_accept_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_accept_after_delete() argument
428 test_accept_before_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_accept_before_delete() argument
538 test_syn_recv_insert_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_syn_recv_insert_delete() argument
676 redir_to_connected(int family,int sotype,int sock_mapfd,int verd_mapfd,enum redir_mode mode) redir_to_connected() argument
726 test_skb_redir_to_connected(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_to_connected() argument
751 test_msg_redir_to_connected(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_connected() argument
769 test_msg_redir_to_connected_with_link(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_connected_with_link() argument
785 redir_to_listening(int family,int sotype,int sock_mapfd,int verd_mapfd,enum redir_mode mode) redir_to_listening() argument
846 test_skb_redir_to_listening(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_to_listening() argument
871 test_msg_redir_to_listening(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_listening() argument
889 test_msg_redir_to_listening_with_link(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_listening_with_link() argument
905 redir_partial(int family,int sotype,int sock_map,int parser_map) redir_partial() argument
948 test_skb_redir_partial(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_partial() argument
971 test_reuseport_select_listening(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_select_listening() argument
1040 test_reuseport_select_connected(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_select_connected() argument
1146 test_reuseport_mixed_groups(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_mixed_groups() argument
1266 sotype_str(int sotype) sotype_str() argument
1279 test_ops(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_ops() argument
1285 int sotype; test_ops() member
1336 test_redir(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_redir() argument
1432 unix_redir_to_connected(int sotype,int sock_mapfd,int verd_mapfd,enum redir_mode mode) unix_redir_to_connected() argument
1457 unix_skb_redir_to_connected(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int sotype) unix_skb_redir_to_connected() argument
1477 test_unix_redir(struct test_sockmap_listen * skel,struct bpf_map * map,int sotype) test_unix_redir() argument
1491 vsock_socketpair_connectible(int sotype,int * v0,int * v1) vsock_socketpair_connectible() argument
1497 vsock_unix_redir_connectible(int sock_mapfd,int verd_mapfd,enum redir_mode mode,int sotype) vsock_unix_redir_connectible() argument
1566 vsock_unix_skb_redir_connectible(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int sotype) vsock_unix_skb_redir_connectible() argument
1601 test_reuseport(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_reuseport() argument
1607 int sotype; test_reuseport() member
[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()
331 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()