Searched refs:dup_ack_counter (Results 1 – 2 of 2) sorted by relevance
256 u8 dup_ack_counter:2, member
5551 tp->dup_ack_counter = 0; in __tcp_ack_snd_check()5553 if (tp->dup_ack_counter < TCP_FASTRETRANS_THRESH) { in __tcp_ack_snd_check()5554 tp->dup_ack_counter++; in __tcp_ack_snd_check()
Completed in 15 milliseconds