Searched refs:TF_SACK_PERMIT (Results 1 – 13 of 13) sorted by relevance
266 return ((tp->t_flags & TF_SACK_PERMIT) && in tcp_is_sack_recovery()1671 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()1674 tp->t_flags &= ~TF_SACK_PERMIT; in tcp_do_segment()2299 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2571 (tp->t_flags & TF_SACK_PERMIT))) { in tcp_do_segment()2634 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2662 (tp->t_flags & TF_SACK_PERMIT && in tcp_do_segment()2686 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2844 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()3027 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()[all …]
275 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()299 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()730 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()870 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_default_output()1642 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_default_output()
779 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
2364 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()3393 if (tp->t_flags & TF_SACK_PERMIT) in tcp_mtudisc()3552 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks > 0) { in tcp_maxseg()3568 if (tp->t_flags & TF_SACK_PERMIT) in tcp_maxseg()3614 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fixed_maxseg()
662 pn->sack_enabled = (tp->t_flags & TF_SACK_PERMIT) != 0; in siftr_siftdata()
788 #define TF_SACK_PERMIT 0x00000200 /* other side said I could SACK */ macro
1549 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()2880 if (t_flags & TF_SACK_PERMIT) { in db_print_tflags()
960 tp->t_flags |= TF_SACK_PERMIT; in syncache_socket()
619 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in _ctf_drop_checks()
576 ((tp->t_flags & TF_SACK_PERMIT) == 0) || in bbr_timer_start()5150 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP | TF_SACK_PERMIT); in bbr_timeout_rxt()8320 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_process_data()10191 if ((tp->t_flags & TF_SACK_PERMIT) || bbr_sack_not_required) { in bbr_handoff_ok()11427 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_do_segment_nounlock()11429 tp->t_flags &= ~TF_SACK_PERMIT; in bbr_do_segment_nounlock()11453 if ((tp->t_flags & TF_SACK_PERMIT) == 0) { in bbr_do_segment_nounlock()13623 (tp->t_flags & TF_SACK_PERMIT) && in bbr_output_wtime()
6347 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_timer_start()7732 if ((((tp->t_flags & TF_SACK_PERMIT) == 0) in rack_remxt_tmr()8037 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in rack_timeout_rxt()12783 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_process_data()17045 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_do_segment_nounlock()17047 tp->t_flags &= ~TF_SACK_PERMIT; in rack_do_segment_nounlock()17075 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_do_segment_nounlock()17327 if (((rack->rc_tp->t_flags & TF_SACK_PERMIT) == 0) || in tcp_rack_output()21403 if (tp->t_flags & TF_SACK_PERMIT) { in rack_output()22243 (tp->t_flags & TF_SACK_PERMIT) && in rack_output()[all …]
323 tp->t_flags |= TF_SACK_PERMIT; /* should already be set */ in assign_rxopt()326 tp->t_flags &= ~TF_SACK_PERMIT; /* sack disallowed by peer */ in assign_rxopt()
1398 (s->sack < 0 && (tp->t_flags & TF_SACK_PERMIT))) in init_conn_params()