Home
last modified time | relevance | path

Searched refs:frto_counter (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_input.c1173 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()
Dtcp_minisocks.c720 newtp->frto_counter = 0; in tcp_create_openreq_child()
/linux-2.4.37.9/include/net/
Dsock.h439 __u8 frto_counter; /* Number of new acks after RTO */ member