Lines Matching refs:last_mbuf
7409 chk->last_mbuf = sp->tail_mbuf; in sctp_move_to_outqueue()
7417 chk->last_mbuf = NULL; in sctp_move_to_outqueue()
7464 if (chk->last_mbuf == NULL) { in sctp_move_to_outqueue()
7465 chk->last_mbuf = chk->data; in sctp_move_to_outqueue()
7466 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) { in sctp_move_to_outqueue()
7467 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf); in sctp_move_to_outqueue()
7500 sp->tail_mbuf = chk->last_mbuf; in sctp_move_to_outqueue()
7507 SCTP_BUF_NEXT(chk->last_mbuf) = m_tmp; in sctp_move_to_outqueue()
7650 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf); in sctp_move_to_outqueue()
7652 chk->last_mbuf = lm; in sctp_move_to_outqueue()
8960 struct mbuf *mat, *last_mbuf; in sctp_queue_op_err() local
8969 last_mbuf = NULL; in sctp_queue_op_err()
8974 last_mbuf = mat; in sctp_queue_op_err()
8986 if (sctp_add_pad_tombuf(last_mbuf, padding_length) == NULL) { in sctp_queue_op_err()