Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c291 sctp->sctp_unsent += msg_len; in sctp_sendmsg()
391 ASSERT(sctp->sctp_unsent >= msg_hdr->smh_msglen); in sctp_chunkify()
392 sctp->sctp_unsent -= msg_hdr->smh_msglen; in sctp_chunkify()
872 ASSERT(sctp->sctp_unsent >= msg_hdr->smh_msglen); in sctp_get_msg_to_send()
894 sctp->sctp_unsent -= msg_hdr->smh_msglen; in sctp_get_msg_to_send()
907 ASSERT(sctp->sctp_unsent > 0); in sctp_get_msg_to_send()
1026 if (sctp->sctp_unsent < cansend) in sctp_output()
1027 cansend = sctp->sctp_unsent; in sctp_output()
1039 sctp->sctp_unsent != 0)) { in sctp_output()
1576 ASSERT(sctp->sctp_unsent >= unsent); in sctp_make_ftsns()
[all …]
H A Dsctp_cookie.c1104 if (sctp->sctp_unsent > 0) { in sctp_send_cookie_echo()
1131 ASSERT(sctp->sctp_unsent >= unsent); in sctp_send_cookie_echo()
1132 sctp->sctp_unsent -= unsent; in sctp_send_cookie_echo()
1148 cansend = MIN(sctp->sctp_unsent, sctp->sctp_frwnd); in sctp_send_cookie_echo()
H A Dsctp_impl.h269 (sctp)->sctp_unsent -= (chunkdata); \
685 int32_t sctp_unsent; /* # of unsent bytes in hand */ member
961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked)
H A Dsctp_notify.c318 sctp->sctp_unacked = sctp->sctp_unsent = 0; in sctp_regift_xmitlist()
H A Dsctp_input.c2017 ASSERT(sctp->sctp_unsent >= unsent); in sctp_check_abandoned_msg()
2018 sctp->sctp_unsent -= unsent; in sctp_check_abandoned_msg()
3090 sctp->sctp_unsent != 0) { in sctp_got_sack()
4398 if (sctp->sctp_unsent > 0 && !sctp->sctp_current->sf_timer_running && in sctp_input_data()
H A Dsctp_snmp.c812 sctp->sctp_unsent; in sctp_snmp_get_mib2()
H A Dsctp.c660 sctp->sctp_unsent = 0; in sctp_free()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c790 sctp->sctp_unacked, sctp->sctp_unsent); in sctp()