Searched refs:TCP_FASTRETRANS_THRESH (Results 1 – 5 of 5) sorted by relevance
744 if (tp->compressed_ack > TCP_FASTRETRANS_THRESH) in tcp_compressed_ack_kick()
183 if (unlikely(tp->compressed_ack > TCP_FASTRETRANS_THRESH)) { in tcp_event_ack_sent()185 tp->compressed_ack - TCP_FASTRETRANS_THRESH); in tcp_event_ack_sent()186 tp->compressed_ack = TCP_FASTRETRANS_THRESH; in tcp_event_ack_sent()
4346 if (tp->compressed_ack > TCP_FASTRETRANS_THRESH) in tcp_sack_new_ofo_skb()5258 if (tp->compressed_ack > TCP_FASTRETRANS_THRESH) in __tcp_ack_snd_check()5260 tp->compressed_ack - TCP_FASTRETRANS_THRESH); in __tcp_ack_snd_check()5264 if (++tp->compressed_ack <= TCP_FASTRETRANS_THRESH) in __tcp_ack_snd_check()
2672 net->ipv4.sysctl_tcp_reordering = TCP_FASTRETRANS_THRESH; in tcp_sk_init()
77 #define TCP_FASTRETRANS_THRESH 3 macro