Home
last modified time | relevance | path

Searched refs:sctp_fragdmsgs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c192 if (sctp->sctp_fragdmsgs) { in sctp_kstat_update()
194 sctp->sctp_fragdmsgs); in sctp_kstat_update()
195 sctp->sctp_fragdmsgs = 0; in sctp_kstat_update()
667 SCTPS_UPDATE_MIB(sctps, sctpFragUsrMsgs, sctp->sctp_fragdmsgs); in sctp_snmp_get_mib2()
668 sctp->sctp_fragdmsgs = 0; in sctp_snmp_get_mib2()
H A Dsctp.c738 SCTPS_UPDATE_MIB(sctps, sctpFragUsrMsgs, sctp->sctp_fragdmsgs); in sctp_free()
749 sctp->sctp_fragdmsgs = 0; in sctp_free()
H A Dsctp_impl.h730 uint64_t sctp_fragdmsgs; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c924 sctp->sctp_fragdmsgs, sctp->sctp_reassmsgs); in sctp()