Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h242 frto : 1;/* F-RTO (RFC5682) activated in CA_Loss */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c2162 tp->frto = READ_ONCE(net->ipv4.sysctl_tcp_frto) && in tcp_enter_loss()
2807 if (tp->frto) { /* F-RTO RFC5682 sec 3.1 (sack enhanced version). */ in tcp_process_loss()
2817 tp->frto = 0; /* Step 3.a. loss was real */ in tcp_process_loss()
2829 tp->frto = 0; in tcp_process_loss()
3708 tp->frto = 0; in tcp_xmit_recovery()