Lines Matching refs:discarded
246 * minimum packet number that increases as ranges are discarded is one way to
325 * received, the packet will be discarded unprocessed and the PN is simply
525 * and removed again once ack'd/lost/discarded.
531 * ack-eliciting, and removed again once ack'd/lost/discarded.
547 /* Set to 1 when a PN space has been discarded. */
548 char discarded[QUIC_PN_SPACE_NUM];
619 * discarded.
623 assert(!ackm->discarded[pkt_space]);
630 * discarded.
634 assert(!ackm->discarded[pkt_space]);
854 *space = ackm->discarded[QUIC_PN_SPACE_INITIAL]
1088 if (!ackm->discarded[i]) {
1251 if (ackm->discarded[pkt_space])
1278 ackm->discarded[pkt_space] = 1;
1335 if (ackm->discarded[QUIC_PN_SPACE_INITIAL])