Searched refs:sctp_get_msg_to_send (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 53 * 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,
|
H A D | sctp_impl.h | 1046 extern mblk_t *sctp_get_msg_to_send(sctp_t *, mblk_t **, mblk_t *, int *,
|
H A D | sctp_cookie.c | 1147 meta = sctp_get_msg_to_send(sctp, &mp, NULL, &error, ceclen, 1151 * error only if sctp_get_msg_to_send() tries to send a Forward
|
Completed in 55 milliseconds