Searched refs:udpKey (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 1564 bpfMap.insertEntry(udpKey, udpValue); in checkRefreshConntrackTimeout() 1610 final Tether4Key udpKey = makeUpstream4Key(IPPROTO_UDP); in testRefreshConntrackTimeout_Upstream4Map() local 1614 checkRefreshConntrackTimeout(bpfUpstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Upstream4Map() 1626 final Tether4Key udpKey = makeDownstream4Key(IPPROTO_UDP); in testRefreshConntrackTimeout_Downstream4Map() local 1630 checkRefreshConntrackTimeout(bpfDownstream4Map, tcpKey, tcpValue, udpKey, udpValue); in testRefreshConntrackTimeout_Downstream4Map()
|