Searched refs:TetherIngressKey (Results 1 – 5 of 5) sorted by relevance
/system/netd/bpf_progs/ |
D | offload.c | 27 DEFINE_BPF_MAP_GRW(tether_ingress_map, HASH, TetherIngressKey, TetherIngressValue, 64, 66 TetherIngressKey k = { in do_forward()
|
/system/netd/tests/ |
D | netd_test.cpp | 212 bpf::BpfMap<TetherIngressKey, TetherIngressValue> bpfIngressMap; in TEST() 228 TetherIngressKey key = { in TEST()
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 200 } TetherIngressKey; typedef
|
/system/netd/server/ |
D | TetherController.h | 76 bpf::BpfMap<TetherIngressKey, TetherIngressValue> mBpfIngressMap;
|
D | TetherController.cpp | 865 TetherIngressKey key = { in addOffloadRule() 883 TetherIngressKey key = { in removeOffloadRule() 1239 const auto printIngressMap = [&dw](const TetherIngressKey& key, const TetherIngressValue& value, in dumpBpf() 1240 const BpfMap<TetherIngressKey, TetherIngressValue>&) { in dumpBpf() argument
|