Home
last modified time | relevance | path

Searched refs:bpf_redirect (Results 1 – 3 of 3) sorted by relevance

/system/netd/bpf_progs/
Dbpf_net_helpers.h43 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
Dclatd.c173 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()
Doffload.c162 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in do_forward()