Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java151 static final int NF_CONNTRACK_UDP_TIMEOUT_STREAM = 180; field in BpfCoordinator
2314 : NF_CONNTRACK_UDP_TIMEOUT_STREAM; in updateConntrackTimeout()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java56 import static com.android.networkstack.tethering.BpfCoordinator.NF_CONNTRACK_UDP_TIMEOUT_STREAM;
2110 (int) REMOTE_PORT, NF_CONNTRACK_UDP_TIMEOUT_STREAM); in checkRefreshConntrackTimeout()