Home
last modified time | relevance | path

Searched refs:last_mbuf (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.c7357 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() local
8898 last_mbuf = NULL; in sctp_queue_op_err()
[all …]
H A Dsctp_structs.h430 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member
H A Dsctputil.c3130 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() argument
3135 if (last_mbuf != NULL) { in sctp_pad_lastmbuf()
3136 return (sctp_add_pad_tombuf(last_mbuf, padval)); in sctp_pad_lastmbuf()