Searched refs:last_mbuf (Results 1 – 3 of 3) sorted by relevance
7357 chk->last_mbuf = sp->tail_mbuf; in sctp_move_to_outqueue()7365 chk->last_mbuf = NULL; in sctp_move_to_outqueue()7412 if (chk->last_mbuf == NULL) { in sctp_move_to_outqueue()7413 chk->last_mbuf = chk->data; in sctp_move_to_outqueue()7415 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf); in sctp_move_to_outqueue()7452 sp->tail_mbuf = chk->last_mbuf; in sctp_move_to_outqueue()7459 SCTP_BUF_NEXT(chk->last_mbuf) = m_tmp; in sctp_move_to_outqueue()7603 chk->last_mbuf = lm; in sctp_move_to_outqueue()8889 struct mbuf *mat, *last_mbuf; in sctp_queue_op_err() local8898 last_mbuf = NULL; in sctp_queue_op_err()[all …]
430 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member
3130 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() argument3135 if (last_mbuf != NULL) { in sctp_pad_lastmbuf()3136 return (sctp_add_pad_tombuf(last_mbuf, padval)); in sctp_pad_lastmbuf()