Searched refs:MHLEN (Results 1 – 4 of 4) sorted by relevance
167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro168 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */169 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */238 char MH_databuf[MHLEN];435 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
396 mbstat.m_mhlen = MHLEN; in mbuf_init()726 if (len > MHLEN) in m_pullup()1202 if (len < MHLEN) in m_prepend()1375 if (remain > MHLEN) { in m_split()
833 if ((int)space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {871 siz = MHLEN;911 if (space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
6848 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))