Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/bpf_progs/
Dbpf_net_helpers.h48 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; variable
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 */); in do_forward4()