Searched refs:mTunnelIface (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 533 @Nullable private IpSecTunnelInterface mTunnelIface = null; field in VcnGatewayConnection 739 if (mTunnelIface != null) { in onQuitting() 740 mTunnelIface.close(); in onQuitting() 1760 if (mTunnelIface == null) { in enterState() 1764 mTunnelIface = in enterState() 1794 mTunnelIface, in processStateMsg() 1804 mCurrentToken, mTunnelIface, mChildConfig, oldChildConfig); in processStateMsg() 1829 mTunnelIface, in handleMigrationCompleted() 1836 mTunnelIface, in handleMigrationCompleted() 1841 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig); in handleMigrationCompleted() [all …]
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 2432 @Nullable private IpSecTunnelInterface mTunnelIface; 2498 final String interfaceName = mTunnelIface.getInterfaceName(); 2506 mTunnelIface.addAddress(address.getAddress(), address.getPrefixLength()); 2580 mIpSecManager.applyTunnelModeTransform(mTunnelIface, direction, transform); 2622 mTunnelIface = 2627 NetdUtils.setInterfaceUp(mNetd, mTunnelIface.getInterfaceName()); 2737 if (mTunnelIface != null) { 2739 mTunnelIface.close(); 2740 mTunnelIface = null;
|