Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c33 int family, int sotype, int mapfd) in test_insert_invalid()
729 int sotype) in test_skb_redir_to_connected()
754 int sotype) in test_msg_redir_to_connected()
831 int sotype) in test_skb_redir_to_listening()
856 int sotype) in test_msg_redir_to_listening()
920 int sotype) in test_skb_redir_partial()
1251 int family, int sotype) in test_ops()
1257 int sotype; in test_ops() member
1414 int sotype) in test_unix_redir()
1545 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_helpers.h115 #define xsocket(family, sotype, flags) \ argument
315 static inline int create_pair(int s, int family, int sotype, int *c, int *p) in create_pair()
346 static inline int create_socket_pairs(int s, int family, int sotype, in create_socket_pairs()
378 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport()
410 static inline int socket_loopback(int family, int sotype) in socket_loopback()
H A Dsk_lookup.c73 int sotype; member
111 static int make_socket(int sotype, const char *ip, int port, in make_socket()
145 static int make_server(int sotype, const char *ip, int port, in make_server()
222 static int make_client(int sotype, const char *ip, int port) in make_client()
1148 int sotype) in run_sk_assign_connected()
H A Dselect_reuseport.c764 static const char *sotype_str(int sotype) in sotype_str()
778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config()
822 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()