Searched refs:sr_hasBchunk (Results 1 – 2 of 2) sorted by relevance
824 ASSERT(SCTP_DATA_GET_BBIT(qdc) && srp->sr_hasBchunk); in sctp_try_partial_delivery()869 srp->sr_hasBchunk = B_FALSE; in sctp_try_partial_delivery()1017 srp->sr_hasBchunk = B_FALSE; in sctp_data_frag()1027 srp->sr_hasBchunk = B_TRUE; in sctp_data_frag()1037 srp->sr_hasBchunk = B_TRUE; in sctp_data_frag()1081 srp->sr_hasBchunk = B_TRUE; in sctp_data_frag()1098 if (srp->sr_hasBchunk && srp->sr_nexttsn == in sctp_data_frag()1113 srp->sr_hasBchunk = B_TRUE; in sctp_data_frag()1138 if (!srp->sr_hasBchunk || ntohl((*dc)->sdh_tsn) != srp->sr_nexttsn) in sctp_data_frag()
489 boolean_t sr_hasBchunk; /* If the fragment list begins with */ member