Searched refs:nmpsz (Results 1 – 1 of 1) sorted by relevance
2097 int nmpsz; in tcp_send() local2100 nmpsz = MBLKL(nmp); in tcp_send()2108 if (!do_lso_send && (spill + nmpsz > 0)) { in tcp_send()2125 (nmpsz < roundup((mss >> 1), 64))) in tcp_send()2130 ASSERT((uintptr_t)nmpsz <= (uintptr_t)INT_MAX); in tcp_send()2138 spill += nmpsz; in tcp_send()