Lines Matching refs:MCLBYTES
260 #define MAX_SOOPTGETM_SIZE (128 * MCLBYTES)
2366 bytes_to_alloc > MCLBYTES && in sosend()
2399 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2400 MCLBYTES; in sosend()
2405 MCLBYTES); in sosend()
2413 bytes_to_alloc / MCLBYTES; in sosend()
2416 (num_needed * MCLBYTES)) >= in sosend()
2425 MCLBYTES); in sosend()
6345 if (sopt_size <= 0 || sopt_size > MCLBYTES) { in soopt_getm()
6360 m->m_len = min(MCLBYTES, sopt_size); in soopt_getm()
6381 m->m_len = min(MCLBYTES, sopt_size); in soopt_getm()