Lines Matching refs:bytes_to_alloc
2295 int bytes_to_alloc; in sosend() local
2299 bytes_to_alloc = bytes_to_copy; in sosend()
2301 bytes_to_alloc += headroom; in sosend()
2350 bytes_to_alloc > MBIGCLBYTES && in sosend()
2353 bytes_to_alloc / M16KCLBYTES; in sosend()
2355 if ((bytes_to_alloc - in sosend()
2373 bytes_to_alloc > MCLBYTES && in sosend()
2376 bytes_to_alloc / MBIGCLBYTES; in sosend()
2378 if ((bytes_to_alloc - in sosend()
2404 bytes_to_alloc > _MHLEN) || in sosend()
2405 bytes_to_alloc > _MLEN)) { in sosend()
2406 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2418 bytes_to_alloc > MINCLSIZE) { in sosend()
2420 bytes_to_alloc / MCLBYTES; in sosend()
2422 if ((bytes_to_alloc - in sosend()
2453 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()