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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h484 struct mbuf *last_mbuf; /* pointer to last mbuf in chain */ member in struct:sctp_tmit_chunk
H A Dsctp_output.c7795 chk->last_mbuf = sp->tail_mbuf;
7802 chk->last_mbuf = NULL;
7852 /* get last_mbuf and counts of mb useage
7855 if (chk->last_mbuf == NULL) {
7856 chk->last_mbuf = chk->data;
7857 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) {
7858 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf);
7893 sp->tail_mbuf = chk->last_mbuf;
7899 SCTP_BUF_NEXT(chk->last_mbuf)
[all...]
H A Dsctputil.c2692 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) argument
2697 if (last_mbuf != NULL) {
2698 return (sctp_add_pad_tombuf(last_mbuf, padval));

Completed in 2130 milliseconds