Lines Matching refs:bytes_to_alloc
2162 int bytes_to_alloc; in sosend() local
2166 bytes_to_alloc = bytes_to_copy; in sosend()
2168 bytes_to_alloc += headroom; in sosend()
2215 bytes_to_alloc > MBIGCLBYTES && in sosend()
2218 bytes_to_alloc / M16KCLBYTES; in sosend()
2220 if ((bytes_to_alloc - in sosend()
2238 bytes_to_alloc > MCLBYTES && in sosend()
2241 bytes_to_alloc / MBIGCLBYTES; in sosend()
2243 if ((bytes_to_alloc - in sosend()
2269 bytes_to_alloc > _MHLEN) || in sosend()
2270 bytes_to_alloc > _MLEN)) { in sosend()
2271 num_needed = ROUNDUP(bytes_to_alloc, MCLBYTES) / in sosend()
2283 bytes_to_alloc > MINCLSIZE) { in sosend()
2285 bytes_to_alloc / MCLBYTES; in sosend()
2287 if ((bytes_to_alloc - in sosend()
2318 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()