Searched refs:tcp_unsent (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c229 ASSERT(tcp->tcp_unsent > 0);
231 len = tcp->tcp_unsent;
318 len += tcp->tcp_unsent;
338 tcp->tcp_unsent = len;
552 tcp->tcp_unsent += len;
667 tcp->tcp_unsent = 0;
1146 if ((tcp->tcp_unsent != 0) ||
1232 tcp->tcp_unsent = len;
1376 tcp->tcp_unsent = len;
1403 len += tcp->tcp_unsent;
[all...]
H A Dtcp_fusion.c204 * therefore clear tcp_unsent on both endpoints. Having
210 peer_tcp->tcp_unsent = tcp->tcp_unsent = 0;
281 ASSERT(tcp->tcp_unsent == 0 && peer_tcp->tcp_unsent == 0);
H A Dtcp_timers.c809 if (tcp->tcp_unsent != 0) {
1051 (tcp->tcp_unsent == 0)) {
H A Dtcp_input.c2653 if (tcp->tcp_unsent)
3836 if (tcp->tcp_unsent > 0 &&
3884 (tcp->tcp_unsent == 0)) {
3959 if (tcp->tcp_unsent > 0)
4032 tcp->tcp_unsent -= data_acked_ahead_snxt;
4373 if (tcp->tcp_unsent) {
4401 if (tcp->tcp_unsent && new_swnd > tcp->tcp_swnd)
H A Dtcp_opt_data.c733 tcp->tcp_unsent > 0) {
H A Dtcp.c1923 tcp->tcp_unsent = tcp->tcp_xmit_tail_unsent = 0;
2082 ASSERT(tcp->tcp_unsent == 0);
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h181 uint32_t tcp_unsent; /* # of bytes in hand that are unsent */ member in struct:tcp_s
H A Dtcp.c2910 if (tcp->tcp_unsent)
3505 if (tcp->tcp_unsent > 0 &&
3555 (tcp->tcp_unsent == 0)) {
3951 if (tcp->tcp_unsent) {
3979 if (tcp->tcp_unsent && new_swnd > tcp->tcp_swnd)
4285 if (tcp->tcp_unsent) {
4402 if (tcp->tcp_unsent != 0) {
4586 (tcp->tcp_unsent == 0)) {
4633 len = tcp->tcp_unsent;
4675 len += tcp->tcp_unsent;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h175 uint32_t tcp_unsent; /* # of bytes in hand that are unsent */ member in struct:tcp_s
H A Dtcp_impl.h278 ((tcp)->tcp_squeue_bytes + (tcp)->tcp_unsent)
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1374 uint32_t tcp_unsent; /* # of bytes in hand that are unsent */ member in struct:nca_conn_s
1499 #define NCA_CONN_T_XMIT_END 0x32000000 /* xmit_end() | tcp_unsent */

Completed in 129 milliseconds