Searched refs:oif (Results 1 – 8 of 8) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 165 uint32_t oif; // The output interface to redirect to (0 means don't redirect) member 183 uint32_t oif; // The output interface to redirect to member 203 uint32_t oif; // The output interface to redirect to member
|
/system/netd/bpf_progs/ |
D | clatd.c | 173 if (v->oif) return bpf_redirect(v->oif, BPF_F_INGRESS); in nat64() 261 if (!v->oif) return TC_ACT_OK; in sched_cls_egress_clat_rawip() 315 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in sched_cls_egress_clat_rawip()
|
D | offload.c | 162 return bpf_redirect(v->oif, 0 /* this is effectively BPF_F_EGRESS */); in do_forward()
|
/system/netd/server/ |
D | ClatdController.cpp | 258 .oif = tracker.ifIndex, in maybeStartBpf() 277 .oif = tracker.v4ifIndex, in maybeStartBpf() 640 if_indextoname(value.oif, oifStr); in dumpEgress() 643 pfx96Str, value.oif, oifStr, value.oifIsEthernet ? "ether" : "rawip"); in dumpEgress() 671 if_indextoname(value.oif, oifStr); in dumpIngress() 674 value.oif, oifStr); in dumpIngress()
|
D | RouteController.cpp | 263 const char* iif, const char* oif, uid_t uidStart, in modifyIpRule() argument 279 if (int ret = padInterfaceName(oif, oifName, &oifLength, &oifPadding)) { in modifyIpRule() 326 { &fraOifName, oif != OIF_NONE ? sizeof(fraOifName) : 0 }, in modifyIpRule() 350 const char* oif, uid_t uidStart, uid_t uidEnd) { in modifyIpRule() argument 351 return modifyIpRule(action, priority, FR_ACT_TO_TBL, table, fwmark, mask, iif, oif, uidStart, in modifyIpRule()
|
D | TetherController.cpp | 871 .oif = static_cast<uint32_t>(rule.outputInterfaceIndex), in addOffloadRule() 1249 if_indextoname(value.oif, oifStr); in dumpBpf() 1250 dw.println("%u(%s) %s -> %u(%s) %s %s %04x [%u]", key.iif, iifStr, addr, value.oif, oifStr, in dumpBpf()
|
/system/core/adb/coverage/ |
D | gen_coverage.sh | 13 IP_ADDR=$(adb shell ip route get 0.0.0.0 oif wlan0 | sed -En -e 's/.*src (\S+)\s.*/\1/p')
|
/system/netd/tests/ |
D | netd_test.cpp | 238 .oif = static_cast<uint32_t>(tapif), in TEST()
|