Home
last modified time | relevance | path

Searched refs:TetherIngressKey (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,
66 TetherIngressKey k = { in do_forward()
/system/netd/tests/
Dnetd_test.cpp212 bpf::BpfMap<TetherIngressKey, TetherIngressValue> bpfIngressMap; in TEST()
228 TetherIngressKey key = { in TEST()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h200 } TetherIngressKey; typedef
/system/netd/server/
DTetherController.h76 bpf::BpfMap<TetherIngressKey, TetherIngressValue> mBpfIngressMap;
DTetherController.cpp865 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