Home
last modified time | relevance | path

Searched refs:sctp_odchunks (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c138 if (sctp->sctp_odchunks) { in sctp_kstat_update()
140 sctp->sctp_odchunks); in sctp_kstat_update()
142 sctp->sctp_odchunks); in sctp_kstat_update()
143 sctp->sctp_odchunks = 0; in sctp_kstat_update()
638 sctp->sctp_odchunks); in sctp_snmp_get_mib2()
640 sctp->sctp_odchunks); in sctp_snmp_get_mib2()
641 sctp->sctp_odchunks = 0; in sctp_snmp_get_mib2()
H A Dsctp_impl.h259 BUMP_LOCAL((sctp)->sctp_odchunks); \
723 uint64_t sctp_odchunks; /* sent ordered data chunks */ member
H A Dsctp.c731 SCTPS_UPDATE_MIB(sctps, sctpOutOrderChunks, sctp->sctp_odchunks); in sctp_free()
742 sctp->sctp_odchunks = 0; in sctp_free()
H A Dsctp_opt_data.c953 sas->sas_oodchunks = sctp->sctp_odchunks + in sctp_get_opt()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c914 sctp->sctp_odchunks, sctp->sctp_oudchunks, in sctp()