Home
last modified time | relevance | path

Searched refs:nmpsz (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2097 int nmpsz; in tcp_send() local
2100 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()