Home
last modified time | relevance | path

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

/aosp12/system/netd/bpf_progs/
H A Dclatd.c176 if (v->oif) return bpf_redirect(v->oif, BPF_F_INGRESS);
318 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */);
H A Dbpf_net_helpers.h49 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_net_helpers.h48 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
H A Doffload.c277 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 */);