Home
last modified time | relevance | path

Searched refs:sctp_txq_full (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h802 sctp_txq_full : 1, /* the tx queue is full */ member
841 #define sctp_txq_full sctp_bits.sctp_txq_full macro
963 if ((sctp)->sctp_txq_full && SCTP_TXQ_LEN(sctp) <= \
965 (sctp)->sctp_txq_full = 0; \
H A Dsctp_output.c297 sctp->sctp_txq_full = 1; in sctp_sendmsg()