Home | History | Annotate | Download | only in l2cap

Lines Matching refs:rej_sent

829                 p_ccb->fcrb.rej_sent       = TRUE;
836 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent)
841 L2CAP_TRACE_DEBUG ("l2c_fcr_proc_pdu() not sending RR CID: 0x%04x local_busy:%d rej_sent:%d srej_sent:%d Expected_Seq:%u Last_Ack:%u",
842 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected,
881 if (!p_ccb->fcrb.srej_sent && !p_ccb->fcrb.rej_sent)
1042 p_fcrb->rej_sent = FALSE; /* After checkpoint, we can send anoher REJ */
1163 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent);
1192 num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent);
1206 else if (p_fcrb->rej_sent)
1217 p_ccb->local_cid, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent);
1223 p_fcrb->rej_sent = TRUE;
1245 p_fcrb->rej_sent = p_fcrb->srej_sent = FALSE;