Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h258 u8 dup_ack_counter:2, member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c5674 tp->dup_ack_counter = 0; in __tcp_ack_snd_check()
5676 if (tp->dup_ack_counter < TCP_FASTRETRANS_THRESH) { in __tcp_ack_snd_check()
5677 tp->dup_ack_counter++; in __tcp_ack_snd_check()