Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java132 static final int NF_CONNTRACK_UDP_TIMEOUT_STREAM = 180; field in BpfCoordinator
1888 : NF_CONNTRACK_UDP_TIMEOUT_STREAM; in updateConntrackTimeout()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java44 import static com.android.networkstack.tethering.BpfCoordinator.NF_CONNTRACK_UDP_TIMEOUT_STREAM;
1582 (int) REMOTE_PORT, NF_CONNTRACK_UDP_TIMEOUT_STREAM); in checkRefreshConntrackTimeout()