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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c53 * in sctp_get_msg_to_send(), when we get the next chunk from the transmit
57 * timed-out in sctp_get_msg_to_send() we can just take it out of the transmit
63 * TSN in sctp_get_msg_to_send() because there might be unacked chunks for
483 * if we drop the chunk in sctp_get_msg_to_send(), we would need
815 sctp_get_msg_to_send(sctp_t *sctp, mblk_t **mp, mblk_t *meta, int *error, function
1056 meta = sctp_get_msg_to_send(sctp, &mp,
1201 * rely on sctp_get_msg_to_send() to only return messages that
1214 meta = sctp_get_msg_to_send(sctp, &mp,
1966 meta = sctp_get_msg_to_send(sctp, &mp, NULL, &error,

Completed in 62 milliseconds