Lines Matching refs:MCLBYTES
258 #define MAX_SOOPTGETM_SIZE (128 * MCLBYTES)
2381 bytes_to_alloc > MCLBYTES && in sosend()
2414 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2415 MCLBYTES; in sosend()
2420 MCLBYTES); in sosend()
2428 bytes_to_alloc / MCLBYTES; in sosend()
2431 (num_needed * MCLBYTES)) >= in sosend()
2440 MCLBYTES); in sosend()
6280 if (sopt_size <= 0 || sopt_size > MCLBYTES) { in soopt_getm()
6295 m->m_len = min(MCLBYTES, sopt_size); in soopt_getm()
6316 m->m_len = min(MCLBYTES, sopt_size); in soopt_getm()