Searched refs:bpf_redirect (Results 1 – 3 of 3) sorted by relevance
43 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
173 if (v->oif) return bpf_redirect(v->oif, BPF_F_INGRESS); in nat64()315 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in sched_cls_egress_clat_rawip()
162 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in do_forward()