Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_var.h85 #define sctp_sbspace_failedmsgs(sb) ((long) ((sctp_maxspace(sb) > SCTP_SBAVAIL(sb)) ? (sctp_maxspac… macro
H A Dsctputil.c3480 if (sctp_sbspace_failedmsgs(&stcb->sctp_socket->so_rcv) < SCTP_BUF_LEN(m_notify)) { in sctp_notify_send_failed()
3580 if (sctp_sbspace_failedmsgs(&stcb->sctp_socket->so_rcv) < SCTP_BUF_LEN(m_notify)) { in sctp_notify_send_failed2()