Lines Matching refs:bytes_to_alloc
2315 int bytes_to_alloc; in sosend() local
2319 bytes_to_alloc = bytes_to_copy; in sosend()
2321 bytes_to_alloc += headroom; in sosend()
2370 bytes_to_alloc > MBIGCLBYTES && in sosend()
2373 bytes_to_alloc / M16KCLBYTES; in sosend()
2375 if ((bytes_to_alloc - in sosend()
2393 bytes_to_alloc > MCLBYTES && in sosend()
2396 bytes_to_alloc / MBIGCLBYTES; in sosend()
2398 if ((bytes_to_alloc - in sosend()
2424 bytes_to_alloc > _MHLEN) || in sosend()
2425 bytes_to_alloc > _MLEN)) { in sosend()
2426 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2438 bytes_to_alloc > MINCLSIZE) { in sosend()
2440 bytes_to_alloc / MCLBYTES; in sosend()
2442 if ((bytes_to_alloc - in sosend()
2473 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()