Home
last modified time | relevance | path

Searched defs:sock_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1029 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_connected() local
1053 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_connected() local
1131 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_listening() local
1155 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_listening() local
1168 int sock_map, int verd_map, in test_reuseport_select_listening()
1237 int sock_map, int verd_map, in test_reuseport_select_connected()
1342 static void test_reuseport_mixed_groups(int family, int sotype, int sock_map, in test_reuseport_mixed_groups()
1618 int sock_map = bpf_map__fd(inner_map); in unix_skb_redir_to_connected() local
1786 int sock_map = bpf_map__fd(inner_map); in udp_skb_redir_to_connected() local
1874 int sock_map = bpf_map__fd(inner_map); in inet_unix_skb_redir_to_connected() local
[all …]
H A Dsk_lookup.c72 struct bpf_map *sock_map; member