Searched refs:TF_SACK_PERMIT (Results 1 – 13 of 13) sorted by relevance
260 return ((tp->t_flags & TF_SACK_PERMIT) && in tcp_is_sack_recovery()1633 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()1636 tp->t_flags &= ~TF_SACK_PERMIT; in tcp_do_segment()1864 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks) in tcp_do_segment()2271 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2545 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()2587 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2621 (tp->t_flags & TF_SACK_PERMIT && in tcp_do_segment()2809 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()3210 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()
266 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()290 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()718 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()858 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_default_output()1638 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_default_output()
790 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
2331 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()3636 if (tp->t_flags & TF_SACK_PERMIT) in tcp_mtudisc()3810 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks > 0) { in tcp_maxseg()3826 if (tp->t_flags & TF_SACK_PERMIT) in tcp_maxseg()3870 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fixed_maxseg()
688 pn->sack_enabled = (tp->t_flags & TF_SACK_PERMIT) != 0; in siftr_siftdata()
770 #define TF_SACK_PERMIT 0x00000200 /* other side said I could SACK */ macro
957 tp->t_flags |= TF_SACK_PERMIT; in syncache_socket()
1517 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()
590 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in ctf_drop_checks()
574 ((tp->t_flags & TF_SACK_PERMIT) == 0) || in bbr_timer_start()5143 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP | TF_SACK_PERMIT); in bbr_timeout_rxt()8305 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_process_data()10176 if ((tp->t_flags & TF_SACK_PERMIT) || bbr_sack_not_required) { in bbr_handoff_ok()11420 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_do_segment_nounlock()11422 tp->t_flags &= ~TF_SACK_PERMIT; in bbr_do_segment_nounlock()11446 if ((tp->t_flags & TF_SACK_PERMIT) == 0) { in bbr_do_segment_nounlock()13612 (tp->t_flags & TF_SACK_PERMIT) && in bbr_output_wtime()
6026 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_timer_start()7460 if (((tp->t_flags & TF_SACK_PERMIT) == 0) && in rack_remxt_tmr()7782 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in rack_timeout_rxt()12275 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_process_data()14887 if ((tp->t_flags & TF_SACK_PERMIT) || rack_sack_not_required){ in rack_handoff_ok()16654 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_do_segment_nounlock()16656 tp->t_flags &= ~TF_SACK_PERMIT; in rack_do_segment_nounlock()16684 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_do_segment_nounlock()16936 if (((rack->rc_tp->t_flags & TF_SACK_PERMIT) == 0) && in tcp_rack_output()21184 if (tp->t_flags & TF_SACK_PERMIT) { in rack_output()[all …]
329 tp->t_flags |= TF_SACK_PERMIT; /* should already be set */ in assign_rxopt()332 tp->t_flags &= ~TF_SACK_PERMIT; /* sack disallowed by peer */ in assign_rxopt()
1407 (s->sack < 0 && (tp->t_flags & TF_SACK_PERMIT))) in init_conn_params()