Home
last modified time | relevance | path

Searched refs:sctp_pad_lastmbuf (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h151 struct mbuf *sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
H A Dsctp_output.c7601 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf); in sctp_move_to_outqueue()
8991 if (sctp_pad_lastmbuf(cookie, pad, NULL) == NULL) { in sctp_send_cookie_echo()
9064 sctp_pad_lastmbuf(outchain, 4 - (chk_length % 4), NULL); in sctp_send_heartbeat_ack()
H A Dsctputil.c3130 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() function