Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h788 sctp_cansleep : 1, /* itf routines can sleep */ member
830 #define sctp_cansleep sctp_bits.sctp_cansleep macro
H A Dsctp.c867 sctp->sctp_cansleep = psctp->sctp_cansleep; in sctp_init_values()
1409 sctp->sctp_cansleep = ((flags & SCTP_CAN_BLOCK) == SCTP_CAN_BLOCK); in sctp_create()
H A Dsctp_conn.c360 int sleep = sctp->sctp_cansleep ? KM_SLEEP : KM_NOSLEEP; in sctp_connect()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c587 mdb_printf("\tcansleep\t\t%d\n", sctp->sctp_cansleep); in show_sctp_flags()