Searched refs:underlyingIfacesTotal (Results 1 – 1 of 1) sorted by relevance
1431 final Entry underlyingIfacesTotal = new Entry(); in migrateTun() local1438 underlyingIfacesTotal); in migrateTun()1445 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()1471 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument1493 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()1518 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument1554 underlyingIfacesTotal.rxBytes * rxBytes[i] / tunIfaceTotal.rxBytes; in addTrafficToApplications()1561 underlyingIfacesTotal.rxPackets * rxPackets[i] / tunIfaceTotal.rxPackets; in addTrafficToApplications()1567 underlyingIfacesTotal.txBytes * txBytes[i] / tunIfaceTotal.txBytes; in addTrafficToApplications()1573 underlyingIfacesTotal.txPackets * txPackets[i] / tunIfaceTotal.txPackets; in addTrafficToApplications()[all …]