Searched refs:underlyingMtu (Results 1 – 3 of 3) sorted by relevance
124 int underlyingMtu, in getMtu() argument126 if (underlyingMtu <= 0) { in getMtu()166 final int combinedModeMtu = underlyingMtu - maxAuthCryptOverhead - genericEspOverheadMax; in getMtu()168 underlyingMtu - maxCryptOverhead - maxAuthOverhead - genericEspOverheadMax; in getMtu()
2346 int underlyingMtu = 0; in buildConnectedLinkProperties() local2351 underlyingMtu = underlyingLp.getMtu(); in buildConnectedLinkProperties()2356 if (underlyingMtu == 0 && underlyingLp.getInterfaceName() != null) { in buildConnectedLinkProperties()2357 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()2369 underlyingMtu, in buildConnectedLinkProperties() local
578 int underlyingMtu, in calculateVpnMtu() argument580 return MtuUtils.getMtu(childProposals, maxMtu, underlyingMtu, isIpv4); in calculateVpnMtu()3222 int underlyingMtu = lp.getMtu(); in calculateVpnMtu() local3225 if (underlyingMtu == 0) { in calculateVpnMtu()3227 underlyingMtu = mDeps.getJavaNetworkInterfaceMtu(lp.getInterfaceName(), in calculateVpnMtu()3238 underlyingMtu, in calculateVpnMtu()