Home
last modified time | relevance | path

Searched refs:TetherStatsValue (Results 1 – 6 of 6) sorted by relevance

/system/netd/bpf_progs/
Doffload.c31 DEFINE_BPF_MAP_GRW(tether_stats_map, HASH, uint32_t, TetherStatsValue, 16, AID_NETWORK_STACK)
78 TetherStatsValue* stat_v = bpf_tether_stats_map_lookup_elem(&stat_and_limit_k); in do_forward()
/system/netd/tests/
Dnetd_test.cpp213 bpf::BpfMap<uint32_t, TetherStatsValue> bpfStatsMap; in TEST()
248 TetherStatsValue stats = {}; in TEST()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h220 } TetherStatsValue; typedef
/system/netd/server/
DTetherController.cpp1034 const auto processTetherStats = [&statsList](const uint32_t& key, const TetherStatsValue& value, in getTetherOffloadStats()
1035 const BpfMap<uint32_t, TetherStatsValue>&) { in getTetherOffloadStats() argument
1067 TetherStatsValue stats = {}; in setBpfLimit()
1264 const auto printStatsMap = [&dw](const uint32_t& key, const TetherStatsValue& value, in dumpBpf()
1265 const BpfMap<uint32_t, TetherStatsValue>&) { in dumpBpf() argument
DTetherControllerTest.cpp71 BpfMap<uint32_t, TetherStatsValue> mFakeTetherStatsMap{BPF_MAP_TYPE_HASH, TEST_MAP_SIZE};
99 const TetherStatsValue tetherStats = {rxPackets, rxBytes, 0 /*unused*/, in updateMaps()
DTetherController.h77 bpf::BpfMap<uint32_t, TetherStatsValue> mBpfStatsMap;