Searched defs:TetherStatsKey (Results 1 – 2 of 2) sorted by relevance
76 typedef uint32_t TetherStatsKey; // upstream ifindex typedef
1017 try (BpfMap<TetherStatsKey, TetherStatsValue> map = mDeps.getBpfStatsMap()) { in dumpBpfStats()1118 try (BpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()