Searched refs:mbuf_threshold (Results 1 – 2 of 2) sorted by relevance
803 int mbuf_threshold; local817 mbuf_threshold = SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count);819 mbuf_threshold = 1;822 if (space_needed > (unsigned int)(((mbuf_threshold - 1) * MLEN) + MHLEN)) {
292 int size, mbuf_threshold, space_needed = len; in m_getm2() local305 mbuf_threshold = SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count); in m_getm2()307 mbuf_threshold = 1; in m_getm2()311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()