Searched refs:sctp_pad_lastmbuf (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.h153 sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
H A Dsctp_indata.c2530 if (sctp_pad_lastmbuf(SCTP_BUF_NEXT(merr), SCTP_SIZE32(chk_length) - chk_length, NULL) == NULL) {
H A Dsctp_input.c5638 if (sctp_pad_lastmbuf(SCTP_BUF_NEXT(mm), SCTP_SIZE32(chk_length) - chk_length, NULL) == NULL) {
H A Dsctputil.c2692 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) function
H A Dsctp_output.c8009 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf);

Completed in 488 milliseconds