Searched defs:TetherStatsKey (Results 1 – 3 of 3) sorted by relevance
24 public class TetherStatsKey extends Struct { class28 public TetherStatsKey(final int ifindex) { in TetherStatsKey() method in TetherStatsKey
78 typedef uint32_t TetherStatsKey; // upstream ifindex typedef
1211 try (IBpfMap<TetherStatsKey, TetherStatsValue> map = mDeps.getBpfStatsMap()) { in dumpBpfStats()1363 try (IBpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()