Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c320 sctp_chunkify(sctp_t *sctp, int mss, int firstseg_len, int bytes_to_send) in sctp_chunkify() argument
338 int remaining_len = mss - firstseg_len; in sctp_chunkify()
359 if ((firstseg_len != 0) && (nextlen > remaining_len)) in sctp_chunkify()
816 int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) in sctp_get_msg_to_send() argument
922 meta = sctp_chunkify(sctp, fp->sf_pmss, firstseg_len, cansend); in sctp_get_msg_to_send()