Home
last modified time | relevance | path

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

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