Home
last modified time | relevance | path

Searched refs:MHLEN (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN];
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
318 if (len < MHLEN) { in m_getm2()
321 size = MHLEN; in m_getm2()
392 if (align >= MHLEN) in m_uiotombuf()
861 if (len > MHLEN) in m_pullup()
1337 if (len < MHLEN) in m_prepend()
1510 if (remain > MHLEN) { in m_split()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c808 size = MHLEN;
822 if (space_needed > (unsigned int)(((mbuf_threshold - 1) * MLEN) + MHLEN)) {
Dsctp_output.c7005 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))) {