Lines Matching defs:flight
959 "Maximum number of gp_srtt's to hold in drain waiting for flight to reach goal");
964 "We must drain this many gp_srtt's waiting for flight to reach goal");
3548 * We have no measurement (IW is in flight?) so
7796 * that the ACK was already in flight. See "On Estimating
8157 * We retransmitted it putting it back in flight
8303 * Add to the RACK log of packets in flight or retransmitted. If
10347 * in flight, but thats ok. Only when we don't send
15664 * Pick up the flight size now as we enter slowstart (not the
18092 uint32_t flight;
18094 flight = ctf_flight_size(tp, rack->r_ctl.rc_sacked);
18095 if (flight >= sendwin) {
18097 * We have in flight what we are allowed by cwnd (if
18103 len = sendwin - flight;
18872 * burst at send and flight at send from before.
20217 int sendwin, flight;
20220 flight = ctf_flight_size(tp, rack->r_ctl.rc_out_at_rto);
20221 if (flight >= sendwin) {
20607 * more already in flight, its not the tail end
20621 * We also have in flight more than 2 segments
20637 * more segments in flight and its not the tail of the socket buffer.
20645 * have cwnd space to have a bit more than a max pace segments in flight.
21969 * burst at send and flight at send from before.