Searched refs:MSIZE (Results 1 – 13 of 13) sorted by relevance
9 MSIZE = 256 variable
504 if (csize == MSIZE):529 if (csize == (MSIZE + MCLBYTES)):550 if (csize == (MSIZE + MBIGCLBYTES)):571 if (csize == (MSIZE + M16KCLBYTES)):
83 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro
107 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro
764 uint64_t maxcc = (uint64_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in soreserve()817 if ((u_quad_t)cc > (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES) || in sbreserve()1036 mbcnt += MSIZE; in sbcheck()2354 sb->sb_mbcnt += MSIZE; in sballoc()2387 sb->sb_mbcnt -= MSIZE; in sbfree()
509 sbmaxsize = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in ctl_setup_kctl()947 size_t grow = datasize - space + MSIZE; in ctl_rcvbspace()
470 u_int8_t sc_mbuf[(MSIZE - _MHLEN) + sizeof(_m_ext_t)];1377 m_maxsize(MC_MBUF) = m_size(MC_MBUF) = MSIZE; in mbuf_table_init()5159 if (MTOD(n, char *) + n->m_len > ((char *)n) + MSIZE) {5290 if (MTOD(n, char *) + n->m_len > ((char *)n) + MSIZE) {6714 return (struct mbuf *)((uintptr_t)(x) & ~(MSIZE - 1));
109 #define _MLEN (MSIZE - sizeof(struct m_hdr)) /* normal data len */
977 sbmaxsize = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in nfssvc_addsock()
2876 u_quad_t sb_effective_max = (sb_max / (MSIZE + MCLBYTES)) * MCLBYTES; in sysctl_tcp_sospace()
2144 u_quad_t sb_effective_max = (sb_max / (MSIZE + MCLBYTES)) * MCLBYTES; in sysctl_udp_sospace()
6313 sb_max_corrected = (sb_max * (u_int64_t)MCLBYTES) / (MSIZE + MCLBYTES); in tcp_mss()
955 mbcnt += MSIZE; in cfil_data_length()