Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c1020 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_connected() local
1044 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()
Dsk_lookup.c73 struct bpf_map *sock_map; member
/kernel/linux/linux-5.10/drivers/xen/
Dpvcalls-front.c248 static irqreturn_t pvcalls_front_conn_handler(int irq, void *sock_map) in pvcalls_front_conn_handler()
Dpvcalls-back.c901 static irqreturn_t pvcalls_back_conn_event(int irq, void *sock_map) in pvcalls_back_conn_event()