Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2096 ASSERT(sctp->sctp_unacked >= in sctp_cumack()
2098 sctp->sctp_unacked -= in sctp_cumack()
2153 ASSERT(sctp->sctp_xmit_head || sctp->sctp_unacked == 0); in sctp_cumack()
2163 if (sctp->sctp_unacked > frwnd) { in sctp_set_frwnd()
2168 sctp->sctp_frwnd = frwnd - sctp->sctp_unacked; in sctp_set_frwnd()
2613 sctp->sctp_unacked -= chunklen - sizeof (*sdc); in sctp_process_uo_gaps()
2614 ASSERT(sctp->sctp_unacked >= 0); in sctp_process_uo_gaps()
2958 sctp->sctp_unacked += chunklen - sizeof (*sdc); in sctp_got_sack()
3015 sctp->sctp_unacked -= chunklen - sizeof (*sdc); in sctp_got_sack()
3016 ASSERT(sctp->sctp_unacked >= 0); in sctp_got_sack()
[all …]
H A Dsctp_impl.h268 (sctp)->sctp_unacked += (chunkdata); \
273 (sctp)->sctp_unacked += (chunkdata); \
684 int32_t sctp_unacked; /* # of unacked bytes */ member
961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked)
H A Dsctp_output.c1035 (sctp->sctp_unacked != 0) && in sctp_output()
1036 (sctp->sctp_unacked < sctp->sctp_current->sf_pmss) && in sctp_output()
1038 (cansend == 0 && sctp->sctp_unacked == 0 && in sctp_output()
1757 if (sctp->sctp_unacked == 0 && sctp->sctp_unsent != 0) { in sctp_rexmit()
H A Dsctp_notify.c318 sctp->sctp_unacked = sctp->sctp_unsent = 0; in sctp_regift_xmitlist()
H A Dsctp_snmp.c811 sce.sctpConnEntryInfo.ce_sendq = sctp->sctp_unacked + in sctp_snmp_get_mib2()
H A Dsctp_common.c1760 sctp->sctp_unacked = 0; in sctp_congest_reset()
H A Dsctp.c659 sctp->sctp_unacked = 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()