Home
last modified time | relevance | path

Searched refs:tcp_snd_ts_ok (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c1372 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_connect()
2270 (tcp->tcp_snd_ts_ok || !tcp->tcp_active_open)) { in tcp_process_options()
2273 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_process_options()
2289 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_process_options()
2308 if (tcp->tcp_snd_ts_ok) { in tcp_process_options()
2422 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_paws_check()
2950 if (tcp->tcp_snd_ts_ok) { in tcp_rput_data()
3173 if (tcp->tcp_snd_ts_ok && in tcp_rput_data()
3843 if (tcp->tcp_snd_ts_ok) { in tcp_rput_data()
4977 if (tcp->tcp_snd_ts_ok) { in tcp_wput_data()
[all …]
H A Dtcp_inet.h250 tcp_snd_ts_ok : 1, member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c520 if (tcp->tcp_snd_ts_ok) { in tcp_time_wait_processing()
674 if (tcp->tcp_snd_ts_ok && in tcp_time_wait_processing()
H A Dtcp_output.c1310 if (tcp->tcp_snd_ts_ok) { in tcp_output()
2384 if (tcp->tcp_snd_ts_ok && in tcp_xmit_ctl()
2403 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_ctl()
2832 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()
2894 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()
3180 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp()
3642 if (tcp->tcp_snd_ts_ok) { in tcp_fill_header()
H A Dtcp_input.c447 (tcp->tcp_snd_ts_ok || TCP_IS_DETACHED(tcp))) { in tcp_process_options()
450 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_process_options()
466 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_process_options()
494 if (tcp->tcp_snd_ts_ok) { in tcp_process_options()
752 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_paws_check()
2174 if (tcp->tcp_snd_ts_ok) { in tcp_ack_mp()
2915 if (tcp->tcp_snd_ts_ok) { in tcp_input_data()
3228 if (tcp->tcp_snd_ts_ok && in tcp_input_data()
4329 if (tcp->tcp_snd_ts_ok) { in tcp_input_data()
H A Dtcp.c706 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_set_destination()
2137 tcp->tcp_snd_ts_ok = B_FALSE;
4245 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_do_connect()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h238 tcp_snd_ts_ok : 1, member
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h96 #undef tcp_snd_ts_ok
1270 tcp_snd_ts_ok : 1, /* Received TSTAMP from peer */ member