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