Searched refs:last_mbuf (Results 1 – 3 of 3) sorted by relevance
484 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member
7605 chk->last_mbuf = sp->tail_mbuf;7612 chk->last_mbuf = NULL;7665 if (chk->last_mbuf == NULL) {7666 chk->last_mbuf = chk->data;7667 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) {7668 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf);7703 sp->tail_mbuf = chk->last_mbuf;7709 SCTP_BUF_NEXT(chk->last_mbuf) = m_tmp;7820 if (sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf) == 0) {7823 if ((lm = SCTP_BUF_NEXT(chk->last_mbuf)) != NULL) {[all …]
2686 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() argument2691 if (last_mbuf) { in sctp_pad_lastmbuf()2692 return (sctp_add_pad_tombuf(last_mbuf, padval)); in sctp_pad_lastmbuf()