Searched refs:tcp_snd_sack_ok (Results 1 – 10 of 10) sorted by relevance
1375 tcp->tcp_snd_sack_ok) { in tcp_connect()1379 tcp->tcp_snd_sack_ok = B_FALSE; in tcp_connect()1381 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_connect()2296 (tcp->tcp_snd_sack_ok || in tcp_process_options()2304 tcp->tcp_snd_sack_ok = B_FALSE; in tcp_process_options()2306 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_process_options()2326 tcp->tcp_snd_sack_ok = B_FALSE; in tcp_process_options()2385 if (tcp->tcp_snd_sack_ok) { in tcp_paws_check()2427 if (tcp->tcp_snd_sack_ok) { in tcp_paws_check()2959 } else if (tcp->tcp_snd_sack_ok) { in tcp_rput_data()[all …]
244 tcp_snd_sack_ok : 1, /* Can use SACK for this connection */ member
662 (tcp->tcp_snd_sack_ok || in tcp_process_options()667 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_process_options()673 } else if (tcp->tcp_snd_sack_ok) { in tcp_process_options()683 tcp->tcp_snd_sack_ok = B_FALSE; in tcp_process_options()2264 if (tcp->tcp_snd_sack_ok && tcp->tcp_num_sack_blk > 0) { in tcp_ack_mp()2728 if (tcp->tcp_snd_sack_ok) in tcp_input_data()3054 if (tcp->tcp_snd_ts_ok || tcp->tcp_snd_sack_ok || tcp->tcp_md5sig) { in tcp_input_data()3057 if (tcp->tcp_snd_sack_ok) in tcp_input_data()3433 if (tcp->tcp_snd_sack_ok) { in tcp_input_data()4135 (!tcp->tcp_snd_sack_ok || in tcp_input_data()[all …]
525 if (tcp->tcp_snd_sack_ok && tcp->tcp_num_sack_blk > 0) { in tcp_reass_timer()1047 if (tcp->tcp_snd_sack_ok) in tcp_timer()
372 if (tcp->tcp_snd_sack_ok && tcp->tcp_num_sack_blk > 0) { in tcp_wput_data()546 if (tcp->tcp_snd_sack_ok && tcp->tcp_notsack_list != NULL) { in tcp_wput_data()2902 if (tcp->tcp_snd_sack_ok) in tcp_xmit_mp_aux_iss()2966 if (tcp->tcp_snd_sack_ok) { in tcp_xmit_mp_aux_iss()3123 if (tcp->tcp_snd_sack_ok && tcp->tcp_num_sack_blk > 0) { in tcp_xmit_mp()
705 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_set_destination()716 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_set_destination()2160 tcp->tcp_snd_sack_ok = B_FALSE; in tcp_reinit_values()3188 } else if (tcp->tcp_snd_sack_ok) { in tcp_get_proto_props()4302 tcp->tcp_snd_sack_ok = B_TRUE; in tcp_do_connect()
622 if (tcp->tcp_snd_sack_ok) in tcp_time_wait_processing()
861 if (tcp->tcp_snd_sack_ok) in tcp_fallback_noneager()
127 if (CCV(ccv, tcp_snd_sack_ok) && CCV(ccv, tcp_num_sack_blk) > 0) { in sunreno_after_idle()
223 tcp_snd_sack_ok : 1, /* Can use SACK for this connection */ member