Searched defs:sctp_chunkify (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c51 * Accordingly, we check for the status of a message in sctp_chunkify() when
55 * When we nuke a message in sctp_chunkify(), all we need to do is take it
82 static mblk_t *sctp_chunkify(sctp_t *, int, int, int);
320 sctp_chunkify(sctp_t *sctp, int mss, int firstseg_len, int bytes_to_send) function
808 * the unsent list, if any, and also as an input to sctp_chunkify() if so.
922 meta = sctp_chunkify(sctp, fp->sf_pmss, firstseg_len, cansend);
926 * sctp_chunkify() won't advance sctp_xmit_tail if it adds
931 * When sctp_chunkify() is called when the transmit queue

Completed in 61 milliseconds