Lines Matching defs:skel

303 static void test_destroy_orphan_child(struct test_sockmap_listen *skel,  in test_destroy_orphan_child()
727 static void test_skb_redir_to_connected(struct test_sockmap_listen *skel, in test_skb_redir_to_connected()
752 static void test_msg_redir_to_connected(struct test_sockmap_listen *skel, in test_msg_redir_to_connected()
829 static void test_skb_redir_to_listening(struct test_sockmap_listen *skel, in test_skb_redir_to_listening()
854 static void test_msg_redir_to_listening(struct test_sockmap_listen *skel, in test_msg_redir_to_listening()
918 static void test_skb_redir_partial(struct test_sockmap_listen *skel, in test_skb_redir_partial()
1250 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops()
1307 static void test_redir(struct test_sockmap_listen *skel, struct bpf_map *map, in test_redir()
1393 static void unix_skb_redir_to_connected(struct test_sockmap_listen *skel, in unix_skb_redir_to_connected()
1413 static void test_unix_redir(struct test_sockmap_listen *skel, struct bpf_map *map, in test_unix_redir()
1543 static void vsock_unix_skb_redir_connectible(struct test_sockmap_listen *skel, in vsock_unix_skb_redir_connectible()
1564 static void test_vsock_redir(struct test_sockmap_listen *skel, struct bpf_map *map) in test_vsock_redir()
1579 static void test_reuseport(struct test_sockmap_listen *skel, in test_reuseport()
1713 static void udp_skb_redir_to_connected(struct test_sockmap_listen *skel, in udp_skb_redir_to_connected()
1733 static void test_udp_redir(struct test_sockmap_listen *skel, struct bpf_map *map, in test_udp_redir()
1801 static void inet_unix_skb_redir_to_connected(struct test_sockmap_listen *skel, in inet_unix_skb_redir_to_connected()
1882 static void unix_inet_skb_redir_to_connected(struct test_sockmap_listen *skel, in unix_inet_skb_redir_to_connected()
1908 static void test_udp_unix_redir(struct test_sockmap_listen *skel, struct bpf_map *map, in test_udp_unix_redir()
1923 static void run_tests(struct test_sockmap_listen *skel, struct bpf_map *map, in run_tests()
1937 struct test_sockmap_listen *skel; in serial_test_sockmap_listen() local