Searched refs:bpf_redirect (Results 1 – 2 of 2) sorted by relevance
176 if (v->oif) return bpf_redirect(v->oif, BPF_F_INGRESS); in nat64()318 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */);
49 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable