Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_mbuf.h167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
168 #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); \
Duser_mbuf.c396 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()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c833 if ((int)space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
871 siz = MHLEN;
911 if (space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
Dsctp_output.c6848 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))