Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c731 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_connected() local
755 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_connected() local
773 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_connected_with_link() local
851 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_listening() local
875 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_listening() local
893 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_listening_with_link() local
905 static void redir_partial(int family, int sotype, int sock_map, int parser_map) in redir_partial()
955 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_partial() local
974 int sock_map, int verd_map, in test_reuseport_select_listening()
1043 int sock_map, int verd_map, in test_reuseport_select_connected()
[all …]
Dsk_lookup.c69 struct bpf_map *sock_map; member