Searched refs:tcp_pipe (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.h61 int32_t tcp_pipe; /* # of bytes in network */ member in struct:__anon4797
H A Dtcp_inet.h196 #define tcp_pipe tcp_sack_info->tcp_pipe macro
H A Dtcp.c2478 * based on tcp_pipe. Then it goes thru the notsack list to find eligible
2514 usable_swnd = tcp->tcp_cwnd_ssthresh - tcp->tcp_pipe;
2548 usable_swnd = tcp->tcp_cwnd_ssthresh - tcp->tcp_pipe;
2582 tcp->tcp_pipe += seg_len;
3572 * Calculate tcp_pipe, which is the
3579 * tcp_pipe is explained in the above quoted
3588 tcp->tcp_pipe = tcp->tcp_snxt -
3594 * Always initialize tcp_pipe
3598 * tcp_pipe is not initialized,
3601 tcp->tcp_pipe
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp_sack.h55 int32_t tcp_pipe; /* # of bytes in network */ member in struct:__anon5168
H A Dtcp.h264 #define tcp_pipe tcp_sack_info.tcp_pipe macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c3901 * Calculate tcp_pipe, which is the
3908 * tcp_pipe is explained in the above quoted
3916 tcp->tcp_pipe = tcp->tcp_snxt -
3922 * Always initialize tcp_pipe
3926 * tcp_pipe is not initialized,
3929 tcp->tcp_pipe =
3946 tcp->tcp_pipe -= mss;
3947 if (tcp->tcp_pipe < 0)
3948 tcp->tcp_pipe = 0;
4114 tcp->tcp_pipe
[all...]
H A Dtcp_output.c532 tcp->tcp_pipe -= len;
3295 * based on tcp_pipe. Then it goes thru the notsack list to find eligible
3330 usable_swnd = tcp->tcp_cwnd_ssthresh - tcp->tcp_pipe;
3364 usable_swnd = tcp->tcp_cwnd_ssthresh - tcp->tcp_pipe;
3398 tcp->tcp_pipe += seg_len;

Completed in 76 milliseconds