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

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c7388 chk->last_mbuf = sp->tail_mbuf;
7396 chk->last_mbuf = NULL;
7441 * get last_mbuf and counts of mb useage This is ugly but hopefully
7444 if (chk->last_mbuf == NULL) {
7445 chk->last_mbuf = chk->data;
7446 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) {
7447 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf);
7482 sp->tail_mbuf = chk->last_mbuf;
7489 SCTP_BUF_NEXT(chk->last_mbuf)
8918 struct mbuf *mat, *last_mbuf; local
[all...]
H A Dsctp_structs.h433 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member in struct:sctp_tmit_chunk
H A Dsctputil.c2654 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) argument
2659 if (last_mbuf != NULL) {
2660 return (sctp_add_pad_tombuf(last_mbuf, padval));
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c2818 struct mbuf *first_mbuf=NULL, *last_mbuf=NULL; local
2899 last_mbuf->m_next = new_mbuf;
2903 last_mbuf = new_mbuf;

Completed in 104 milliseconds