Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h456 #define SCTP_IS_DETACHED(sctp) ((sctp)->sctp_detached)
789 sctp_detached : 1, /* If we're detached from a stream */ member
831 #define sctp_detached sctp_bits.sctp_detached macro
H A Dsctp.c221 sctp->sctp_detached = B_TRUE; in sctp_create_eager()
258 sctp->sctp_detached = B_TRUE; in sctp_clean_death()
414 sctp->sctp_detached = 1; in sctp_close()
H A Dsctp_conn.c339 eager->sctp_detached = B_FALSE; in sctp_conn_request()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c588 mdb_printf("\tdetached\t\t%d\n", sctp->sctp_detached); in show_sctp_flags()