Searched refs:sctp_unsent (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c56 * out of the unsent list and update sctp_unsent; when a message is deemed
58 * list, update sctp_unsent IFF transmission for the message has not yet begun
74 * sctp_unsent need to be adjusted. Whenever sctp_unsent is updated (i.e.
291 sctp->sctp_unsent += msg_len;
391 ASSERT(sctp->sctp_unsent >= msg_hdr->smh_msglen);
392 sctp->sctp_unsent -= msg_hdr->smh_msglen;
872 ASSERT(sctp->sctp_unsent >= msg_hdr->smh_msglen);
894 sctp->sctp_unsent -= msg_hdr->smh_msglen;
907 ASSERT(sctp->sctp_unsent >
[all...]
H A Dsctp_cookie.c1102 if (sctp->sctp_unsent > 0) {
1129 ASSERT(sctp->sctp_unsent >= unsent);
1130 sctp->sctp_unsent -= unsent;
1146 cansend = MIN(sctp->sctp_unsent, sctp->sctp_frwnd);
H A Dsctp_impl.h269 (sctp)->sctp_unsent -= (chunkdata); \
685 int32_t sctp_unsent; /* # of unsent bytes in hand */ member in struct:sctp_s
961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked)
H A Dsctp_notify.c318 sctp->sctp_unacked = sctp->sctp_unsent = 0;
H A Dsctp_input.c2015 ASSERT(sctp->sctp_unsent >= unsent);
2016 sctp->sctp_unsent -= unsent;
3088 sctp->sctp_unsent != 0) {
4388 if (sctp->sctp_unsent > 0 && !sctp->sctp_current->sf_timer_running &&
H A Dsctp_snmp.c799 sctp->sctp_unsent;
H A Dsctp.c660 sctp->sctp_unsent = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c788 sctp->sctp_unacked, sctp->sctp_unsent);

Completed in 1542 milliseconds