Lines Matching refs:bytes_to_alloc
2303 int bytes_to_alloc; in sosend() local
2307 bytes_to_alloc = bytes_to_copy; in sosend()
2309 bytes_to_alloc += headroom; in sosend()
2358 bytes_to_alloc > MBIGCLBYTES && in sosend()
2361 bytes_to_alloc / M16KCLBYTES; in sosend()
2363 if ((bytes_to_alloc - in sosend()
2381 bytes_to_alloc > MCLBYTES && in sosend()
2384 bytes_to_alloc / MBIGCLBYTES; in sosend()
2386 if ((bytes_to_alloc - in sosend()
2412 bytes_to_alloc > _MHLEN) || in sosend()
2413 bytes_to_alloc > _MLEN)) { in sosend()
2414 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2426 bytes_to_alloc > MINCLSIZE) { in sosend()
2428 bytes_to_alloc / MCLBYTES; in sosend()
2430 if ((bytes_to_alloc - in sosend()
2461 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()