Lines Matching refs:end

105 		(*head)->end = tsn;
125 t->end = tsn;
142 * the end.
153 t->end = tsn;
169 if (SEQ_GEQ(tsn, p->begin) && SEQ_LEQ(tsn, p->end)) {
174 if ((p->end + 1) == tsn) {
175 /* 4; adjust p->end */
176 p->end = tsn;
181 p->end = t->end;
192 /* 5: add new set at the end */
199 t->end = tsn;
205 if (SEQ_GT(tsn, p->end + 1))
211 sctp_ack_rem(sctp_set_t **head, uint32_t end, int *num)
219 if (SEQ_LT(end, (*head)->begin))
224 if (SEQ_LEQ(end, p->end))
228 if (SEQ_LT(end, p->end) && SEQ_GEQ(end, p->begin)) {
230 p->begin = end + 1;
234 } else if (SEQ_GEQ(end, p->end)) {
671 mblk_t *end = NULL;
716 end = dmp;
740 if (end == NULL) {
748 end = hmp;
754 if (begin == NULL || end == NULL) {
760 sctp->sctp_uo_frags = end->b_next;
761 if (end->b_next != NULL)
762 end->b_next->b_prev = NULL;
764 begin->b_prev->b_next = end->b_next;
765 if (end->b_next != NULL)
766 end->b_next->b_prev = begin->b_prev;
769 end->b_next = NULL;
774 dmp = end = begin;
781 end = hmp->b_next;
785 if (end != NULL)
788 hmp = end;
830 * end of received chunks has been reached, or
834 * 10 -> 11 -> (end of chunks)
951 * appended to the end of the list of per message queues.
1005 /* place new reassembly queue at the end */
1040 /* This frag is marked as the end of message */
1157 /* Prior to this frag either the beginning or end frag was missing */
1164 * If we now have both the beginning and the end of the message,
1338 if (SEQ_GEQ(tsn, sp->begin) && SEQ_LEQ(tsn, sp->end)) {
1383 /* RESERVED, ignored at the receiving end */
1721 * ftsn to the end of the set.
1725 sctp->sctp_ftsn = sctp->sctp_sack_info->end + 1;
1792 /* end */
1793 if (sp->end >= sp->begin) {
1794 offset += (uint16_t)(sp->end - sp->begin);
1797 offset += (uint16_t)(UINT32_MAX - sp->begin + sp->end);
2323 /* RESERVED, ignored at the receiving end */
2429 * ftsn to the end of the set.
2434 sctp->sctp_ftsn = sctp->sctp_sack_info->end + 1;
2523 * If we have reached the end of the transmit list or
2565 * In case the peer reneges then we will end up
2617 * message. Note, it is possible to hit the end of the
2693 /* We can't get to the end of the transmit list here */
3021 * message. Note, it is possible to hit the end of the
3041 "detected: gap end TSN "