Searched refs:tcp_snd_ts_ok (Results 1 – 8 of 8) sorted by relevance
1372 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 …]
250 tcp_snd_ts_ok : 1, member
521 if (tcp->tcp_snd_ts_ok && !(tcpha->tha_flags & TH_RST)) { in tcp_time_wait_processing()683 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && in tcp_time_wait_processing()
1310 if (tcp->tcp_snd_ts_ok) { in tcp_output()2398 if (tcp->tcp_snd_ts_ok && in tcp_xmit_ctl()2417 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_ctl()2846 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()2908 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp_aux_iss()3194 if (tcp->tcp_snd_ts_ok) { in tcp_xmit_mp()3656 if (tcp->tcp_snd_ts_ok) { in tcp_fill_header()
450 (tcp->tcp_snd_ts_ok || TCP_IS_DETACHED(tcp))) { in tcp_process_options()453 tcp->tcp_snd_ts_ok = B_TRUE; in tcp_process_options()469 tcp->tcp_snd_ts_ok = B_FALSE; in tcp_process_options()497 if (tcp->tcp_snd_ts_ok) { in tcp_process_options()2122 if (tcp->tcp_snd_ts_ok) { in tcp_ack_mp()2867 if (tcp->tcp_snd_ts_ok || tcp->tcp_snd_sack_ok) { in tcp_input_data()2878 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST)) { in tcp_input_data()3199 if (tcp->tcp_snd_ts_ok && !(flags & TH_RST) && in tcp_input_data()4300 if (tcp->tcp_snd_ts_ok) { in tcp_input_data()
706 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()
238 tcp_snd_ts_ok : 1, member
96 #undef tcp_snd_ts_ok1270 tcp_snd_ts_ok : 1, /* Received TSTAMP from peer */ member