Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h273 frto : 1;/* F-RTO (RFC5682) activated in CA_Loss */ member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c2221 tp->frto = READ_ONCE(net->ipv4.sysctl_tcp_frto) && in tcp_enter_loss()
2933 if (tp->frto) { /* F-RTO RFC5682 sec 3.1 (sack enhanced version). */ in tcp_process_loss()
2943 tp->frto = 0; /* Step 3.a. loss was real */ in tcp_process_loss()
2955 tp->frto = 0; in tcp_process_loss()
3843 tp->frto = 0; in tcp_xmit_recovery()