Searched refs:SCTP_CAN_BLOCK (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_itf.h105 #define SCTP_CAN_BLOCK 0x01 macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c210 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK,
216 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK,
888 msg->msg_control, optlen, SCTP_CAN_BLOCK);
1091 optlen, SCTP_CAN_BLOCK);
H A Dsocksctpsubr.c411 so->so_family, so->so_type, SCTP_CAN_BLOCK, &sosctp_assoc_upcalls,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1328 int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP;
1409 sctp->sctp_cansleep = ((flags & SCTP_CAN_BLOCK) == SCTP_CAN_BLOCK);
H A Dsctp_output.c103 if (flags & SCTP_CAN_BLOCK) {

Completed in 73 milliseconds