Searched refs:firstseg_len (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 320 sctp_chunkify(sctp_t *sctp, int mss, int firstseg_len, int bytes_to_send) argument 338 int remaining_len = mss - firstseg_len; 359 if ((firstseg_len != 0) && (nextlen > remaining_len)) 810 * firstseg_len indicates the space already used, cansend represents remaining 811 * space in the window, ((sf_pmss - firstseg_len) can therefore reasonably 816 int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) 922 meta = sctp_chunkify(sctp, fp->sf_pmss, firstseg_len, cansend); 815 sctp_get_msg_to_send(sctp_t *sctp, mblk_t **mp, mblk_t *meta, int *error, int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) argument
|
Completed in 66 milliseconds