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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h268 (sctp)->sctp_unacked += (chunkdata); \
273 (sctp)->sctp_unacked += (chunkdata); \
684 int32_t sctp_unacked; /* # of unacked bytes */ member in struct:sctp_s
961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked)
H A Dsctp_input.c2094 ASSERT(sctp->sctp_unacked >=
2096 sctp->sctp_unacked -=
2151 ASSERT(sctp->sctp_xmit_head || sctp->sctp_unacked == 0);
2161 if (sctp->sctp_unacked > frwnd) {
2166 sctp->sctp_frwnd = frwnd - sctp->sctp_unacked;
2611 sctp->sctp_unacked -= chunklen - sizeof (*sdc);
2612 ASSERT(sctp->sctp_unacked >= 0);
2956 sctp->sctp_unacked += chunklen - sizeof (*sdc);
3013 sctp->sctp_unacked -= chunklen - sizeof (*sdc);
3014 ASSERT(sctp->sctp_unacked >
[all...]
H A Dsctp_notify.c318 sctp->sctp_unacked = sctp->sctp_unsent = 0;
H A Dsctp_output.c1033 (sctp->sctp_unacked != 0) &&
1034 (sctp->sctp_unacked < sctp->sctp_current->sf_pmss) &&
1036 (cansend == 0 && sctp->sctp_unacked == 0 &&
1755 if (sctp->sctp_unacked == 0 && sctp->sctp_unsent != 0) {
H A Dsctp_snmp.c798 sce.sctpConnEntryInfo.ce_sendq = sctp->sctp_unacked +
H A Dsctp.c659 sctp->sctp_unacked = 0;
H A Dsctp_common.c1758 sctp->sctp_unacked = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c788 sctp->sctp_unacked, sctp->sctp_unsent);

Completed in 73 milliseconds