Searched refs:sctp_pad_lastmbuf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.h | 139 struct mbuf *sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
|
H A D | sctp_output.c | 7650 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 D | sctputil.c | 3118 sctp_pad_lastmbuf(struct mbuf *m, int padval, struct mbuf *last_mbuf) in sctp_pad_lastmbuf() function
|