Searched refs:bpf_redirect (Results 1 – 2 of 2) sorted by relevance
48 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
277 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */);622 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in do_forward4()