Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1539 final Tether4Value udpValue) throws Exception { in checkRefreshConntrackTimeout() argument
1564 bpfMap.insertEntry(udpKey, udpValue); in checkRefreshConntrackTimeout()
1612 final Tether4Value udpValue = makeUpstream4Value(); in testRefreshConntrackTimeout_Upstream4Map() local
1614 checkRefreshConntrackTimeout(bpfUpstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Upstream4Map()
1628 final Tether4Value udpValue = makeDownstream4Value(); in testRefreshConntrackTimeout_Downstream4Map() local
1630 checkRefreshConntrackTimeout(bpfDownstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Downstream4Map()