Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c7409 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()
[all …]
H A Dsctp_structs.h447 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member
H A Dsctputil.c3118 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() argument
3123 if (last_mbuf != NULL) { in sctp_pad_lastmbuf()
3124 return (sctp_add_pad_tombuf(last_mbuf, padval)); in sctp_pad_lastmbuf()