Searched defs:tunIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStats.java828 * @param tunIface iface of the vpn tunnel
832 public boolean migrateTun(int tunUid, String tunIface, String underlyingIface) { argument
836 tunAdjustmentInit(tunUid, tunIface, underlyingIface, tunIfaceTotal, underlyingIfaceTotal);
838 // If tunIface < underlyingIface, it leaves the overhead traffic in the VPN app.
839 // If tunIface > underlyingIface, the VPN app doesn't get credit for data compression.
845 Entry moved = addTrafficToApplications(tunIface, underlyingIface, tunIfaceTotal, pool);
864 private void tunAdjustmentInit(int tunUid, String tunIface, String underlyingIface, argument
882 if (recycle.tag == TAG_NONE && Objects.equals(tunIface, recycle.iface)) {
883 // Add up all tunIface traffic.
899 private Entry addTrafficToApplications(String tunIface, Strin argument
[all...]

Completed in 82 milliseconds