Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h961 #define SCTP_TXQ_LEN(sctp) ((sctp)->sctp_unsent + (sctp)->sctp_unacked) macro
963 if ((sctp)->sctp_txq_full && SCTP_TXQ_LEN(sctp) <= \
H A Dsctp_output.c296 if (SCTP_TXQ_LEN(sctp) >= connp->conn_sndbuf) { in sctp_sendmsg()