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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java945 * @param tunIface iface of the vpn tunnel
949 public boolean migrateTun(int tunUid, String tunIface, String underlyingIface) { argument
953 tunAdjustmentInit(tunUid, tunIface, underlyingIface, tunIfaceTotal, underlyingIfaceTotal);
955 // If tunIface < underlyingIface, it leaves the overhead traffic in the VPN app.
956 // If tunIface > underlyingIface, the VPN app doesn't get credit for data compression.
963 addTrafficToApplications(tunUid, tunIface, underlyingIface, tunIfaceTotal, pool);
982 private void tunAdjustmentInit(int tunUid, String tunIface, String underlyingIface, argument
1001 && Objects.equals(tunIface, recycle.iface)) {
1002 // Add up all tunIface traffic excluding traffic from the vpn app itself.
1018 private Entry addTrafficToApplications(int tunUid, String tunIface, Strin argument
[all...]

Completed in 27 milliseconds