Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c726 int sotype) in test_skb_redir_to_connected()
751 int sotype) in test_msg_redir_to_connected()
769 int sotype) in test_msg_redir_to_connected_with_link()
846 int sotype) in test_skb_redir_to_listening()
871 int sotype) in test_msg_redir_to_listening()
889 int sotype) in test_msg_redir_to_listening_with_link()
948 int sotype) in test_skb_redir_partial()
1285 int sotype; in test_ops() member
1477 int sotype) in test_unix_redir()
1566 int sotype) in vsock_unix_skb_redir_connectible()
[all …]
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.h129 #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()
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()