Searched refs:MLEN (Results 1 – 11 of 11) sorted by relevance
166 #define MLEN ((int)(MSIZE - sizeof(struct m_hdr))) /* normal data len */ macro167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */241 char M_databuf[MLEN]; /* !M_PKTHDR, !M_EXT */389 &(m)->m_dat[MLEN] - ((m)->m_data + (m)->m_len))423 (m)->m_data += (MLEN - (len)) & ~(sizeof(long) - 1); \
395 mbstat.m_mlen = MLEN; in mbuf_init()719 n->m_data + len < &n->m_dat[MLEN] && n->m_next) { in m_pullup()735 space = &m->m_dat[MLEN] - (m->m_data + m->m_len); in m_pullup()916 if (len > MLEN) in m_pulldown()1149 bzero(mtod(n, caddr_t), MLEN); in m_copyback()1150 n->m_len = min(MLEN, len + off); in m_copyback()1169 n->m_len = min(MLEN, len); in m_copyback()1205 if (len < MLEN) in m_prepend()1254 m->m_data + m->m_len + n->m_len >= &m->m_dat[MLEN]) { in m_cat()
304 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_raw()487 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_raw6()649 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_udp()857 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_udp6()
75 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) macro78 # define MLEN(m) ((m)->m_len) macro131 len = MLEN(m); \137 len = MLEN(m); \157 if (m0 == 0 || MLEN(m0) + len - k < 4)227 buflen = MLEN(m);
29 #define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */
833 if ((int)space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {873 siz = MLEN;911 if (space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
132 if (aph->ph.param_length > MLEN) { in sctp_asconf_error_response()
2354 if (SCTP_BUF_LEN(m) < (long)MLEN && SCTP_BUF_NEXT(m) == NULL) { in sctp_process_data()
6848 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))
1066 MNIBBLES x 4 bits: MLEN - 1, where MLEN is the length1071 the meta-block contains MLEN bytes of literal data;1198 uncompressed length, MLEN encoded in the meta-block header.1211 read MLEN1216 copy MLEN bytes of input to the output stream1259 if number of output bytes produced in the loop is MLEN1275 while number of output bytes produced in the loop < MLEN