Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1086 boolean firstUpstreamForThisDownstream = !isAnyForwardingPairOnDownstream(intIface); in maybeAttachProgram()
1111 if (!isAnyForwardingPairOnDownstream(intIface)) { in maybeDetachProgram()
2184 private boolean isAnyForwardingPairOnDownstream(@NonNull String intIface) { in isAnyForwardingPairOnDownstream() method in BpfCoordinator