Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_listen.c46 bool test_ingress = false; /* toggled by user-space */ variable
89 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
92 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
/linux/tools/testing/selftests/net/forwarding/
H A Dskbedit_priority.sh26 test_ingress
145 test_ingress() function