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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c230 ASSERT(tcp->tcp_unsent > 0);
232 len = tcp->tcp_unsent;
319 len += tcp->tcp_unsent;
339 tcp->tcp_unsent = len;
553 tcp->tcp_unsent += len;
668 tcp->tcp_unsent = 0;
1147 if ((tcp->tcp_unsent != 0) ||
1233 tcp->tcp_unsent = len;
1377 tcp->tcp_unsent = len;
1404 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.c834 if (tcp->tcp_unsent != 0) {
1074 (tcp->tcp_unsent == 0)) {
H A Dtcp_input.c2716 if (tcp->tcp_unsent)
3926 if (tcp->tcp_unsent > 0 &&
3974 (tcp->tcp_unsent == 0)) {
4040 if (tcp->tcp_unsent > 0)
4113 tcp->tcp_unsent -= data_acked_ahead_snxt;
4450 if (tcp->tcp_unsent) {
4478 if (tcp->tcp_unsent && new_swnd > tcp->tcp_swnd)
H A Dtcp_opt_data.c842 tcp->tcp_unsent > 0) {
H A Dtcp.c1928 tcp->tcp_unsent = tcp->tcp_xmit_tail_unsent = 0;
2087 ASSERT(tcp->tcp_unsent == 0);
/illumos-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...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h178 uint32_t tcp_unsent; /* # of bytes in hand that are unsent */ member in struct:tcp_s
H A Dtcp_impl.h359 ((tcp)->tcp_squeue_bytes + (tcp)->tcp_unsent)
/illumos-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 145 milliseconds