Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_sockmap_listen.c68 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
71 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
Dtest_cls_redirect.c396 return bpf_redirect(skb->ifindex, BPF_F_INGRESS); in accept_locally()
/tools/testing/selftests/bpf/
Dtest_sockmap.c1124 int in = BPF_F_INGRESS; in run_options()
1157 int ingress = BPF_F_INGRESS; in run_options()
1187 int ingress = BPF_F_INGRESS; in run_options()
/tools/include/uapi/linux/
Dbpf.h5099 BPF_F_INGRESS = (1ULL << 0), enumerator