Searched refs:SCTP_CAN_BLOCK (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | sctp_itf.h | 105 #define SCTP_CAN_BLOCK 0x01 macro
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 209 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK, in sosctp_init() 215 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK, in sosctp_init() 888 msg->msg_control, optlen, SCTP_CAN_BLOCK); in sosctp_sendmsg() 1091 optlen, SCTP_CAN_BLOCK); in sosctp_seq_sendmsg()
|
H A D | socksctpsubr.c | 411 so->so_family, so->so_type, SCTP_CAN_BLOCK, &sosctp_assoc_upcalls, in sosctp_assoc_createconn()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1328 int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP; in sctp_create() 1409 sctp->sctp_cansleep = ((flags & SCTP_CAN_BLOCK) == SCTP_CAN_BLOCK); in sctp_create()
|
H A D | sctp_output.c | 103 if (flags & SCTP_CAN_BLOCK) { in sctp_alloc_hdr()
|