Searched refs:perInterfaceTotal (Results 1 – 1 of 1) sorted by relevance
1432 final Entry[] perInterfaceTotal = new Entry[underlyingIfaces.size()]; in migrateTun() local1436 for (int i = 0; i < perInterfaceTotal.length; i++) { in migrateTun()1437 perInterfaceTotal[i] = new Entry(); in migrateTun()1440 tunAdjustmentInit(tunUid, tunIface, underlyingIfaces, tunIfaceTotal, perInterfaceTotal, in migrateTun()1448 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()1474 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument1505 if (perInterfaceTotal.length > 0) { in tunAdjustmentInit()1511 perInterfaceTotal[0].add(recycle); in tunAdjustmentInit()1518 perInterfaceTotal[j].add(recycle); in tunAdjustmentInit()1544 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument[all …]