Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h445 uint32_t tcp_squeue_bytes; member
H A Dtcp_impl.h353 ((tcp)->tcp_squeue_bytes + (tcp)->tcp_unsent)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c531 tcp->tcp_squeue_bytes += msize; in tcp_sendmsg()
H A Dtcp_output.c119 tcp->tcp_squeue_bytes += size; in tcp_wput()
1135 tcp->tcp_squeue_bytes -= msize; in tcp_output()
H A Dtcp.c2322 PRESERVE(tcp->tcp_squeue_bytes); in tcp_reinit_values()