Searched refs:nmpsz (Results 1 – 1 of 1) sorted by relevance
2083 int nmpsz; in tcp_send() local2086 nmpsz = MBLKL(nmp); in tcp_send()2094 if (!do_lso_send && (spill + nmpsz > 0)) { in tcp_send()2111 (nmpsz < roundup((mss >> 1), 64))) in tcp_send()2116 ASSERT((uintptr_t)nmpsz <= (uintptr_t)INT_MAX); in tcp_send()2124 spill += nmpsz; in tcp_send()