Home
last modified time | relevance | path

Searched defs:TetherStatsKey (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/bpf_progs/
Dbpf_tethering.h76 typedef uint32_t TetherStatsKey; // upstream ifindex typedef
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1017 try (BpfMap<TetherStatsKey, TetherStatsValue> map = mDeps.getBpfStatsMap()) { in dumpBpfStats()
1118 try (BpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()