Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_mbuf.h170 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
171 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
172 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
241 char MH_databuf[MHLEN];
437 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
Duser_mbuf.c312 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
319 if (len < MHLEN) { in m_getm2()
322 size = MHLEN; in m_getm2()
393 if (align >= MHLEN) in m_uiotombuf()
552 mbstat.m_mhlen = MHLEN; in mbuf_initialize()
882 if (len > MHLEN) in m_pullup()
1364 if (len < MHLEN) in m_prepend()
1537 if (remain > MHLEN) { in m_split()
/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c814 size = MHLEN;
828 if (space_needed > (unsigned int)(((mbuf_threshold - 1) * MLEN) + MHLEN)) {
Dsctp_output.c7035 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))