Home
last modified time | relevance | path

Searched refs:test_ingress (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_sockmap_listen.c32 bool test_ingress = false; /* toggled by user-space */ variable
68 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
71 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_lwt_ip_encap.sh412 test_ingress() function
466 test_ingress IPv4
467 test_ingress IPv6
472 test_ingress IPv4
473 test_ingress IPv6
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dskbedit_priority.sh143 test_ingress() function
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c1625 skel->bss->test_ingress = false; in unix_skb_redir_to_connected()
1627 skel->bss->test_ingress = true; in unix_skb_redir_to_connected()
1793 skel->bss->test_ingress = false; in udp_skb_redir_to_connected()
1795 skel->bss->test_ingress = true; in udp_skb_redir_to_connected()
1881 skel->bss->test_ingress = false; in inet_unix_skb_redir_to_connected()
1886 skel->bss->test_ingress = true; in inet_unix_skb_redir_to_connected()
1962 skel->bss->test_ingress = false; in unix_inet_skb_redir_to_connected()
1967 skel->bss->test_ingress = true; in unix_inet_skb_redir_to_connected()