Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_stack.h52 kstat_named_t sctp_send_shutdown_ack_failed; member
87 uint64_t sctp_send_shutdown_ack_failed; member
H A Dsctp_snmp.c351 stats->sctp_send_shutdown_ack_failed.value.ui64 = 0; in sctp_clr_kstats2()
390 to->sctp_send_shutdown_ack_failed.value.ui64 += in sctp_add_kstats2()
391 from->sctp_send_shutdown_ack_failed; in sctp_add_kstats2()
H A Dsctp_shutdown.c382 SCTP_KSTAT(sctps, sctp_send_shutdown_ack_failed); in sctp_send_shutdown_ack()