tcp_packets_in_flight  497 net/ipv4/tcp_bbr.c 		cwnd = tcp_packets_in_flight(tp) + acked;
tcp_packets_in_flight  506 net/ipv4/tcp_bbr.c 		*new_cwnd = max(cwnd, tcp_packets_in_flight(tp) + acked);
tcp_packets_in_flight  900 net/ipv4/tcp_bbr.c 	    bbr_packets_in_net_at_edt(sk, tcp_packets_in_flight(tcp_sk(sk))) <=
tcp_packets_in_flight  964 net/ipv4/tcp_bbr.c 			(tp->delivered + tcp_packets_in_flight(tp)) ? : 1;
tcp_packets_in_flight  967 net/ipv4/tcp_bbr.c 		    tcp_packets_in_flight(tp) <= bbr_cwnd_min_target) {
tcp_packets_in_flight 1853 net/ipv4/tcp_input.c 	WARN_ON((int)tcp_packets_in_flight(tp) < 0);
tcp_packets_in_flight 2008 net/ipv4/tcp_input.c 	tp->snd_cwnd	   = tcp_packets_in_flight(tp) + 1;
tcp_packets_in_flight 2482 net/ipv4/tcp_input.c 	int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp);
tcp_packets_in_flight 2502 net/ipv4/tcp_input.c 	tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt;
tcp_packets_in_flight 3639 net/ipv4/tcp_input.c 	rs.prior_in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 5182 net/ipv4/tcp_input.c 	if (tcp_packets_in_flight(tp) >= tp->snd_cwnd)
tcp_packets_in_flight  165 net/ipv4/tcp_output.c 	if (tcp_packets_in_flight(tp) == 0)
tcp_packets_in_flight  798 net/ipv4/tcp_output.c 		    tp->snd_cwnd > tcp_packets_in_flight(tp)) {
tcp_packets_in_flight 1809 net/ipv4/tcp_output.c 	in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 1963 net/ipv4/tcp_output.c 	in_flight = tcp_packets_in_flight(tp);
tcp_packets_in_flight 2149 net/ipv4/tcp_output.c 	if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) {
tcp_packets_in_flight 2150 net/ipv4/tcp_output.c 		if (!tcp_packets_in_flight(tp))
tcp_packets_in_flight 2484 net/ipv4/tcp_output.c 		is_cwnd_limited |= (tcp_packets_in_flight(tp) >= tp->snd_cwnd);
tcp_packets_in_flight 3071 net/ipv4/tcp_output.c 		segs = tp->snd_cwnd - tcp_packets_in_flight(tp);
tcp_packets_in_flight  192 net/ipv4/tcp_rate.c 	    tcp_packets_in_flight(tp) < tp->snd_cwnd &&
tcp_packets_in_flight  196 net/ipv4/tcp_rate.c 			(tp->delivered + tcp_packets_in_flight(tp)) ? : 1;
tcp_packets_in_flight  171 net/ipv4/tcp_recovery.c 	prior_inflight = tcp_packets_in_flight(tp);
tcp_packets_in_flight  173 net/ipv4/tcp_recovery.c 	if (prior_inflight != tcp_packets_in_flight(tp)) {