Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c803 int mbuf_threshold; local
817 mbuf_threshold = SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count);
819 mbuf_threshold = 1;
822 if (space_needed > (unsigned int)(((mbuf_threshold - 1) * MLEN) + MHLEN)) {
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c292 int size, mbuf_threshold, space_needed = len; in m_getm2() local
305 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()