Home
last modified time | relevance | path

Searched refs:sctp_send_shutdown_failed (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_stack.h51 kstat_named_t sctp_send_shutdown_failed; member
86 uint64_t sctp_send_shutdown_failed; member
H A Dsctp_snmp.c350 stats->sctp_send_shutdown_failed.value.ui64 = 0; in sctp_clr_kstats2()
388 to->sctp_send_shutdown_failed.value.ui64 += in sctp_add_kstats2()
389 from->sctp_send_shutdown_failed; in sctp_add_kstats2()
H A Dsctp_shutdown.c113 SCTP_KSTAT(sctps, sctp_send_shutdown_failed); in sctp_send_shutdown()