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()
2311 int underlyingMtu = 0; in buildConnectedLinkProperties() local2316 underlyingMtu = underlyingLp.getMtu(); in buildConnectedLinkProperties()2321 if (underlyingMtu == 0 && underlyingLp.getInterfaceName() != null) { in buildConnectedLinkProperties()2322 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()2334 underlyingMtu, in buildConnectedLinkProperties() local
718 int underlyingMtu, in calculateVpnMtu() argument720 return MtuUtils.getMtu(childProposals, maxMtu, underlyingMtu, isIpv4); in calculateVpnMtu()3526 int underlyingMtu = lp.getMtu(); in calculateVpnMtu() local3529 if (underlyingMtu == 0) { in calculateVpnMtu()3531 underlyingMtu = mDeps.getJavaNetworkInterfaceMtu(lp.getInterfaceName(), in calculateVpnMtu()3542 underlyingMtu, in calculateVpnMtu()