Searched defs:sock_map (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 731 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 …]
|
H A D | sk_lookup.c | 69 struct bpf_map *sock_map; member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_redir.c | 12 } nop_map, sock_map; variable
|
/linux/drivers/xen/ |
H A D | pvcalls-back.c | 909 static irqreturn_t pvcalls_back_conn_event(int irq, void *sock_map) in pvcalls_back_conn_event()
|
H A D | pvcalls-front.c | 258 static irqreturn_t pvcalls_front_conn_handler(int irq, void *sock_map) in pvcalls_front_conn_handler()
|