Searched refs:BPF_F_INGRESS (Results 1 – 4 of 4) sorted by relevance
68 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()71 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
396 return bpf_redirect(skb->ifindex, BPF_F_INGRESS); in accept_locally()
1124 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()
5099 BPF_F_INGRESS = (1ULL << 0), enumerator