Home
last modified time | relevance | path

Searched refs:isVcnInterface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkState.java55 public static boolean isVcnInterface(@NonNull String iface) { in isVcnInterface() method in UpstreamNetworkState
DBpfCoordinator.java36 import static com.android.networkstack.tethering.UpstreamNetworkState.isVcnInterface;
817 if (isVcnInterface(upstreamIface)) return; in maybeAddUpstreamToLookupTable()
1010 final boolean isVcn = isVcnInterface(ifaceName); in updateUpstreamNetworkState()
1082 if (!isUsingBpf() || isVcnInterface(extIface)) return; in maybeAttachProgram()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java37 import static com.android.networkstack.tethering.UpstreamNetworkState.isVcnInterface;
816 final boolean upstreamSupportsBpf = upstreamIface != null && !isVcnInterface(upstreamIface); in updateUpstreamIPv6LinkProperties()