Home
last modified time | relevance | path

Searched refs:sctp_rxtchunks (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c154 if (sctp->sctp_rxtchunks) { in sctp_kstat_update()
156 sctp->sctp_rxtchunks); in sctp_kstat_update()
158 sctp->sctp_rxtchunks); in sctp_kstat_update()
159 sctp->sctp_rxtchunks = 0; in sctp_kstat_update()
648 sctp->sctp_rxtchunks); in sctp_snmp_get_mib2()
650 sctp->sctp_rxtchunks); in sctp_snmp_get_mib2()
651 sctp->sctp_rxtchunks = 0; in sctp_snmp_get_mib2()
H A Dsctp_impl.h285 BUMP_LOCAL(sctp->sctp_rxtchunks); \
725 uint64_t sctp_rxtchunks; /* retransmitted chunks */ member
H A Dsctp.c733 SCTPS_UPDATE_MIB(sctps, sctpRetransChunks, sctp->sctp_rxtchunks); in sctp_free()
744 sctp->sctp_rxtchunks = 0; in sctp_free()
H A Dsctp_opt_data.c947 sas->sas_rtxchunks = sctp->sctp_rxtchunks + in sctp_get_opt()
H A Dsctp_output.c764 BUMP_LOCAL(sctp->sctp_rxtchunks); in sctp_find_fast_rexmit_mblks()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c915 sctp->sctp_rxtchunks, sctp->sctp_T1expire, in sctp()