Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1371 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_connect()
2269 (tcp->tcp_snd_ts_ok || !tcp->tcp_active_open)) { in tcp_process_options()
2272 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_process_options()
2288 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_process_options()
2307 if (tcp->tcp_snd_ts_ok) { in tcp_process_options()
2421 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_paws_check()
2949 if (tcp->tcp_snd_ts_ok) { in tcp_rput_data()
3172 if (tcp->tcp_snd_ts_ok && in tcp_rput_data()
3842 if (tcp->tcp_snd_ts_ok) { in tcp_rput_data()
4975 if (tcp->tcp_snd_ts_ok) { in tcp_wput_data()
[all …]
H A Dtcp_inet.h250 tcp_snd_ts_ok : 1, member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c620 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && !keepalive) { in tcp_time_wait_processing()
782 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && in tcp_time_wait_processing()
H A Dtcp_output.c1332 if (tcp->tcp_snd_ts_ok) { in tcp_output()
2423 if (tcp->tcp_snd_ts_ok && in tcp_xmit_ctl()
2442 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_ctl()
2905 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()
2967 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()
3257 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp()
3749 if (tcp->tcp_snd_ts_ok) { in tcp_fill_header()
H A Dtcp_input.c621 (tcp->tcp_snd_ts_ok || TCP_IS_DETACHED(tcp))) { in tcp_process_options()
624 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_process_options()
640 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_process_options()
668 if (tcp->tcp_snd_ts_ok) { in tcp_process_options()
2302 if (tcp->tcp_snd_ts_ok) { in tcp_ack_mp()
3054 if (tcp->tcp_snd_ts_ok || tcp->tcp_snd_sack_ok || tcp->tcp_md5sig) { in tcp_input_data()
3084 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && !keepalive) { in tcp_input_data()
3410 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && in tcp_input_data()
H A Dtcp.c701 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_set_destination()
2148 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_reinit_values()
4291 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_do_connect()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h237 tcp_snd_ts_ok : 1, member