Searched refs:bytes_to_alloc (Results 1 – 1 of 1) sorted by relevance
2299 int bytes_to_alloc; in sosend() local2303 bytes_to_alloc = bytes_to_copy; in sosend()2305 bytes_to_alloc += headroom; in sosend()2354 bytes_to_alloc > MBIGCLBYTES && in sosend()2357 bytes_to_alloc / M16KCLBYTES; in sosend()2359 if ((bytes_to_alloc - in sosend()2377 bytes_to_alloc > MCLBYTES && in sosend()2380 bytes_to_alloc / MBIGCLBYTES; in sosend()2382 if ((bytes_to_alloc - in sosend()2408 bytes_to_alloc > _MHLEN) || in sosend()[all …]