Home
last modified time | relevance | path

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

/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DTetherStatsKey.java24 public class TetherStatsKey extends Struct { class
28 public TetherStatsKey(final int ifindex) { in TetherStatsKey() method in TetherStatsKey
/packages/modules/Connectivity/bpf_progs/
Doffload.h78 typedef uint32_t TetherStatsKey; // upstream ifindex typedef
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1211 try (IBpfMap<TetherStatsKey, TetherStatsValue> map = mDeps.getBpfStatsMap()) { in dumpBpfStats()
1363 try (IBpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()