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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c7370 chk->last_mbuf = sp->tail_mbuf;
7378 chk->last_mbuf = NULL;
7429 * get last_mbuf and counts of mb useage This is ugly but hopefully
7432 if (chk->last_mbuf == NULL) {
7433 chk->last_mbuf = chk->data;
7434 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) {
7435 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf);
7470 sp->tail_mbuf = chk->last_mbuf;
7477 SCTP_BUF_NEXT(chk->last_mbuf)
[all...]
H A Dsctp_structs.h434 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member in struct:sctp_tmit_chunk
H A Dsctputil.c2565 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) argument
2570 if (last_mbuf) {
2571 return (sctp_add_pad_tombuf(last_mbuf, padval));
/freebsd-9.3-release/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 148 milliseconds