Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c734 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
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()
1398 int sock_map = bpf_map__fd(inner_map); in unix_skb_redir_to_connected() local
1549 int sock_map = bpf_map__fd(inner_map); in vsock_unix_skb_redir_connectible() local
1718 int sock_map = bpf_map__fd(inner_map); in udp_skb_redir_to_connected() local
[all …]
H A Dsk_lookup.c71 struct bpf_map *sock_map; member
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c258 static irqreturn_t pvcalls_front_conn_handler(int irq, void *sock_map) in pvcalls_front_conn_handler()
H A Dpvcalls-back.c905 static irqreturn_t pvcalls_back_conn_event(int irq, void *sock_map) in pvcalls_back_conn_event()