Home
last modified time | relevance | path

Searched refs:TCP_FASTRETRANS_THRESH (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/ipv4/
Dtcp_timer.c744 if (tp->compressed_ack > TCP_FASTRETRANS_THRESH) in tcp_compressed_ack_kick()
Dtcp_output.c183 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()
Dtcp_input.c4346 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()
Dtcp_ipv4.c2672 net->ipv4.sysctl_tcp_reordering = TCP_FASTRETRANS_THRESH; in tcp_sk_init()
/Linux-v5.4/include/net/
Dtcp.h77 #define TCP_FASTRETRANS_THRESH 3 macro