Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.h139 struct mbuf *sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
H A Dsctp_output.c7650 lm = sctp_pad_lastmbuf(chk->data, pads, chk->last_mbuf); in sctp_move_to_outqueue()
9062 if (sctp_pad_lastmbuf(cookie, pad, NULL) == NULL) { in sctp_send_cookie_echo()
9135 sctp_pad_lastmbuf(outchain, 4 - (chk_length % 4), NULL); in sctp_send_heartbeat_ack()
H A Dsctputil.c3118 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() function