Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h794 sctp_condemned : 1, /* this sctp is about to disappear */ member
835 #define sctp_condemned sctp_bits.sctp_condemned macro
H A Dsctp_snmp.c102 if (sctp->sctp_condemned) { in sctp_kstat_update()
610 if (sctp->sctp_condemned) { in sctp_snmp_get_mib2()
H A Dsctp.c131 ((sctp)->sctp_condemned = B_TRUE); \
142 ASSERT((sctp)->sctp_condemned); \
H A Dsctp_hash.c174 if (sctp->sctp_condemned || sctp->sctp_state <= SCTPS_LISTEN) { in cl_sctp_walk_list_stack()
H A Dsctp_addr.c910 if (sctp->sctp_condemned || in sctp_update_saddrs()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c593 mdb_printf("\tcondemned\t\t%d\n", sctp->sctp_condemned); in show_sctp_flags()