Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java159 static final short [] NON_OFFLOADED_UPSTREAM_IPV4_TCP_PORTS = new short [] { field in BpfCoordinator
1989 NON_OFFLOADED_UPSTREAM_IPV4_TCP_PORTS, e.tupleOrig.dstPort); in allowOffload()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java57 …ort static com.android.networkstack.tethering.BpfCoordinator.NON_OFFLOADED_UPSTREAM_IPV4_TCP_PORTS;
2168 assertFalse(CollectionUtils.contains(NON_OFFLOADED_UPSTREAM_IPV4_TCP_PORTS, in testNotAllowOffloadByConntrackMessageDestinationPort()
2179 for (final short port : NON_OFFLOADED_UPSTREAM_IPV4_TCP_PORTS) { in testNotAllowOffloadByConntrackMessageDestinationPort()