Searched refs:tcp_packets_in_flight (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c457 if (tcp_packets_in_flight(tp) == 0)
973 in_flight = tcp_packets_in_flight(tp);
1169 in_flight = tcp_packets_in_flight(tp);
1266 pif = tcp_packets_in_flight(tp);
1899 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd)
1969 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd)
H A Dtcp_input.c782 tcp_packets_in_flight(tp) + 1U);
1264 BUG_TRAP((int)tcp_packets_in_flight(tp) >= 0);
1424 tp->snd_cwnd = tcp_packets_in_flight(tp) + allowed_segments;
1837 tcp_packets_in_flight(tp)+tcp_max_burst(tp));
1863 tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp)+1);
2700 tcp_packets_in_flight(tp));
2726 tp->snd_cwnd = tcp_packets_in_flight(tp) + 2;
2814 prior_in_flight = tcp_packets_in_flight(tp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dtcp.h716 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) function

Completed in 216 milliseconds