Lines Matching refs:bytes_to_alloc
2288 int bytes_to_alloc; in sosend() local
2292 bytes_to_alloc = bytes_to_copy; in sosend()
2294 bytes_to_alloc += headroom; in sosend()
2343 bytes_to_alloc > MBIGCLBYTES && in sosend()
2346 bytes_to_alloc / M16KCLBYTES; in sosend()
2348 if ((bytes_to_alloc - in sosend()
2366 bytes_to_alloc > MCLBYTES && in sosend()
2369 bytes_to_alloc / MBIGCLBYTES; in sosend()
2371 if ((bytes_to_alloc - in sosend()
2397 bytes_to_alloc > _MHLEN) || in sosend()
2398 bytes_to_alloc > _MLEN)) { in sosend()
2399 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2411 bytes_to_alloc > MINCLSIZE) { in sosend()
2413 bytes_to_alloc / MCLBYTES; in sosend()
2415 if ((bytes_to_alloc - in sosend()
2446 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()