Searched refs:isVcnInterface (Results 1 – 3 of 3) sorted by relevance
55 public static boolean isVcnInterface(@NonNull String iface) { in isVcnInterface() method in UpstreamNetworkState
36 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()
37 import static com.android.networkstack.tethering.UpstreamNetworkState.isVcnInterface;816 final boolean upstreamSupportsBpf = upstreamIface != null && !isVcnInterface(upstreamIface); in updateUpstreamIPv6LinkProperties()