Searched refs:tcpKey (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 1538 final Tether4Key tcpKey, final Tether4Value tcpValue, final Tether4Key udpKey, in checkRefreshConntrackTimeout() argument 1563 bpfMap.insertEntry(tcpKey, tcpValue); in checkRefreshConntrackTimeout() 1609 final Tether4Key tcpKey = makeUpstream4Key(IPPROTO_TCP); in testRefreshConntrackTimeout_Upstream4Map() local 1614 checkRefreshConntrackTimeout(bpfUpstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Upstream4Map() 1625 final Tether4Key tcpKey = makeDownstream4Key(IPPROTO_TCP); in testRefreshConntrackTimeout_Downstream4Map() local 1630 checkRefreshConntrackTimeout(bpfDownstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Downstream4Map()
|