Searched refs:MHLEN (Results 1 – 4 of 4) sorted by relevance
141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro142 #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 : \
311 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()
808 size = MHLEN;822 if (space_needed > (unsigned int)(((mbuf_threshold - 1) * MLEN) + MHLEN)) {
7005 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))) {