Searched refs:frto_counter (Results 1 – 3 of 3) sorted by relevance
1173 tp->frto_counter = 1; in tcp_enter_frto()1234 tp->snd_cwnd = tp->frto_counter + tcp_packets_in_flight(tp)+1; in tcp_enter_frto_loss()1238 tp->frto_counter = 0; in tcp_enter_frto_loss()2520 if (tp->frto_counter == 1) { in tcp_process_frto()2537 tp->frto_counter = (tp->frto_counter + 1) % 3; in tcp_process_frto()2827 if (tp->frto_counter) in tcp_ack()
720 newtp->frto_counter = 0; in tcp_create_openreq_child()
439 __u8 frto_counter; /* Number of new acks after RTO */ member