Home | History | Annotate | Download | only in quic

Lines Matching refs:in_flight

277       if (!it->in_flight) {
297 if (it->in_flight) {
529 const bool in_flight =
535 unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight);
543 return in_flight;
593 if (!it->in_flight || it->retransmittable_frames == NULL ||
612 if (!it->in_flight || it->retransmittable_frames == NULL) {