Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dsctp_itf.h105 #define SCTP_CAN_BLOCK 0x01 macro
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c209 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 Dsocksctpsubr.c411 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 Dsctp.c1328 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 Dsctp_output.c103 if (flags & SCTP_CAN_BLOCK) { in sctp_alloc_hdr()