Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_output.c7339 chk->last_mbuf = sp->tail_mbuf; in sctp_move_to_outqueue()
7347 chk->last_mbuf = NULL; in sctp_move_to_outqueue()
7395 if (chk->last_mbuf == NULL) { in sctp_move_to_outqueue()
7396 chk->last_mbuf = chk->data; in sctp_move_to_outqueue()
7397 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) { in sctp_move_to_outqueue()
7398 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf); in sctp_move_to_outqueue()
7433 sp->tail_mbuf = chk->last_mbuf; in sctp_move_to_outqueue()
7440 SCTP_BUF_NEXT(chk->last_mbuf) = m_tmp; in sctp_move_to_outqueue()
7546 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf); in sctp_move_to_outqueue()
7548 chk->last_mbuf = lm; in sctp_move_to_outqueue()
[all …]
HDsctp_structs.h435 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member
HDsctputil.c2634 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() argument
2639 if (last_mbuf != NULL) { in sctp_pad_lastmbuf()
2640 return (sctp_add_pad_tombuf(last_mbuf, padval)); in sctp_pad_lastmbuf()
/NextBSD/sys/dev/lmc/
HDif_lmc.c2493 struct mbuf *first_mbuf=NULL, *last_mbuf=NULL; in rxintr_cleanup() local
2570 last_mbuf->m_next = new_mbuf; in rxintr_cleanup()
2574 last_mbuf = new_mbuf; in rxintr_cleanup()