Searched refs:perInterfaceTotal (Results 1 – 1 of 1) sorted by relevance
1583 final Entry[] perInterfaceTotal = new Entry[underlyingIfaces.size()]; in migrateTun() local1587 for (int i = 0; i < perInterfaceTotal.length; i++) { in migrateTun()1588 perInterfaceTotal[i] = new Entry(); in migrateTun()1591 tunAdjustmentInit(tunUid, tunIface, underlyingIfaces, tunIfaceTotal, perInterfaceTotal, in migrateTun()1599 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()1625 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument1656 if (perInterfaceTotal.length > 0) { in tunAdjustmentInit()1662 perInterfaceTotal[0].add(recycle); in tunAdjustmentInit()1669 perInterfaceTotal[j].add(recycle); in tunAdjustmentInit()1695 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument[all …]