Searched refs:received_packet_count (Results 1 – 4 of 4) sorted by relevance
11 QuicTimeWaitListManager* manager, int received_packet_count) { in ShouldSendResponse() argument12 return manager->ShouldSendResponse(received_packet_count); in ShouldSendResponse()
16 int received_packet_count);
280 bool QuicTimeWaitListManager::ShouldSendResponse(int received_packet_count) { in ShouldSendResponse() argument281 return (received_packet_count & (received_packet_count - 1)) == 0; in ShouldSendResponse()
230 bool ShouldSendResponse(int received_packet_count);