Home
last modified time | relevance | path

Searched refs:TetherIngressValue (Results 1 – 5 of 5) sorted by relevance

/system/netd/bpf_progs/
Doffload.c27 DEFINE_BPF_MAP_GRW(tether_ingress_map, HASH, TetherIngressKey, TetherIngressValue, 64,
71 TetherIngressValue* v = bpf_tether_ingress_map_lookup_elem(&k); in do_forward()
/system/netd/tests/
Dnetd_test.cpp212 bpf::BpfMap<TetherIngressKey, TetherIngressValue> bpfIngressMap; in TEST()
237 TetherIngressValue value = { in TEST()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h209 } TetherIngressValue; typedef
/system/netd/server/
DTetherController.h76 bpf::BpfMap<TetherIngressKey, TetherIngressValue> mBpfIngressMap;
DTetherController.cpp870 TetherIngressValue value = { in addOffloadRule()
1239 const auto printIngressMap = [&dw](const TetherIngressKey& key, const TetherIngressValue& value, in dumpBpf()
1240 const BpfMap<TetherIngressKey, TetherIngressValue>&) { in dumpBpf() argument