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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c836 if (tcp_packets_in_flight(tp) == 0)
1342 in_flight = tcp_packets_in_flight(tp);
1540 in_flight = tcp_packets_in_flight(tp);
1639 if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) {
1640 if (!tcp_packets_in_flight(tp))
2252 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd)
H A Dtcp_input.c847 tcp_packets_in_flight(tp) + 1U);
1928 WARN_ON((int)tcp_packets_in_flight(tp) < 0);
2101 tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp) + 1);
2170 tp->snd_cwnd = tcp_packets_in_flight(tp) + allowed_segments;
2589 tcp_packets_in_flight(tp) + tcp_max_burst(tp));
2617 tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp) + 1);
3567 tcp_packets_in_flight(tp));
3587 tp->snd_cwnd = tcp_packets_in_flight(tp) + 2;
3651 prior_in_flight = tcp_packets_in_flight(tp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h770 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) function

Completed in 85 milliseconds