Searched defs:sock_map (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 734 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_connected() local 758 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_connected() local 836 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_to_listening() local 860 int sock_map = bpf_map__fd(inner_map); in test_msg_redir_to_listening() local 872 static void redir_partial(int family, int sotype, int sock_map, int parser_map) in redir_partial() 925 int sock_map = bpf_map__fd(inner_map); in test_skb_redir_partial() local 944 int sock_map, int verd_map, in test_reuseport_select_listening() 1013 int sock_map, int verd_map, in test_reuseport_select_connected() 1118 static void test_reuseport_mixed_groups(int family, int sotype, int sock_map, in test_reuseport_mixed_groups() 1398 int sock_map = bpf_map__fd(inner_map); in unix_skb_redir_to_connected() local [all …]
|
H A D | sk_lookup.c | 71 struct bpf_map *sock_map; member
|
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | 258 static irqreturn_t pvcalls_front_conn_handler(int irq, void *sock_map) in pvcalls_front_conn_handler()
|
H A D | pvcalls-back.c | 905 static irqreturn_t pvcalls_back_conn_event(int irq, void *sock_map) in pvcalls_back_conn_event()
|