Searched refs:BPF_F_INGRESS (Results 1 – 12 of 12) sorted by relevance
88 return bpf_redirect(*ifindex, BPF_F_INGRESS); in _l2_to_iptun_ingress_forward()103 return bpf_redirect(*ifindex, BPF_F_INGRESS); in _l2_to_iptun_ingress_forward()
672 if (unlikely(flags & ~(BPF_F_INGRESS))) in BPF_CALL_4()699 if (unlikely(flags & ~(BPF_F_INGRESS))) in BPF_CALL_4()1285 if (unlikely(flags & ~(BPF_F_INGRESS))) in BPF_CALL_4()1312 if (unlikely(flags & ~(BPF_F_INGRESS))) in BPF_CALL_4()
856 tcp->bpf.flags |= BPF_F_INGRESS; in sk_psock_verdict_apply()
2141 return flags & BPF_F_INGRESS ? in __bpf_redirect_no_mac()2155 return flags & BPF_F_INGRESS ? in __bpf_redirect_common()2427 if (unlikely(flags & (~(BPF_F_INGRESS) | BPF_F_REDIRECT_INTERNAL))) in BPF_CALL_3()2503 if (unlikely(flags & (~(BPF_F_INGRESS) | BPF_F_REDIRECT_INTERNAL))) in BPF_CALL_2()
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()
228 return msg->flags & BPF_F_INGRESS; in sk_msg_to_ingress()
2389 #define BPF_F_INGRESS (1ULL << 0) macro
395 return bpf_redirect(skb->ifindex, BPF_F_INGRESS); in accept_locally()
3939 BPF_F_INGRESS = (1ULL << 0), enumerator
903 return TCP_SKB_CB(skb)->bpf.flags & BPF_F_INGRESS; in tcp_skb_bpf_ingress()