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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A 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); \
H A Duser_mbuf.c396 mbstat.m_mhlen = MHLEN;
726 if (len > MHLEN)
1202 if (len < MHLEN)
1375 if (remain > MHLEN) {
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A 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)) {
H A Dsctp_output.c6848 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))

Completed in 161 milliseconds