tcp_packets_in_flight 849 net/ipv4/tcp_input.c tcp_packets_in_flight(tp) + 1U);
tcp_packets_in_flight 1655 net/ipv4/tcp_input.c WARN_ON((int)tcp_packets_in_flight(tp) < 0);
tcp_packets_in_flight 1828 net/ipv4/tcp_input.c tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp) + 1);
tcp_packets_in_flight 1897 net/ipv4/tcp_input.c tp->snd_cwnd = tcp_packets_in_flight(tp) + allowed_segments;
tcp_packets_in_flight 2287 net/ipv4/tcp_input.c tcp_packets_in_flight(tp) + tcp_max_burst(tp));
tcp_packets_in_flight 2315 net/ipv4/tcp_input.c tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp) + 1);
tcp_packets_in_flight 3192 net/ipv4/tcp_input.c tcp_packets_in_flight(tp));
tcp_packets_in_flight 3212 net/ipv4/tcp_input.c tp->snd_cwnd = tcp_packets_in_flight(tp) + 2;
tcp_packets_in_flight 3273 net/ipv4/tcp_input.c prior_in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 627 net/ipv4/tcp_output.c if (tcp_packets_in_flight(tp) == 0)
tcp_packets_in_flight 1139 net/ipv4/tcp_output.c in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 1333 net/ipv4/tcp_output.c in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 1423 net/ipv4/tcp_output.c if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) {
tcp_packets_in_flight 1424 net/ipv4/tcp_output.c if (!tcp_packets_in_flight(tp))
tcp_packets_in_flight 2078 net/ipv4/tcp_output.c if (tcp_packets_in_flight(tp) >= tp->snd_cwnd)