Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h252 tcp_snd_ws_ok : 1, member
H A Dtcp.c1361 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_connect()
1547 if (acceptor->tcp_snd_ws_ok) in tcp_accept_comm()
2260 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_process_options()
2263 tcp->tcp_snd_ws_ok = B_FALSE; in tcp_process_options()
5882 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp()
5934 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h238 tcp_snd_ws_ok : 1, member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c702 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_set_destination()
2142 tcp->tcp_snd_ws_ok = B_FALSE; in tcp_reinit_values()
4262 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_do_connect()
H A Dtcp_input.c570 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_process_options()
573 tcp->tcp_snd_ws_ok = B_FALSE; in tcp_process_options()
1768 if (eager->tcp_snd_ws_ok) in tcp_input_listener()
H A Dtcp_output.c2974 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp_aux_iss()