Searched refs:TF_SACK_PERMIT (Results 1 – 13 of 13) sorted by relevance
264 return ((tp->t_flags & TF_SACK_PERMIT) && in tcp_is_sack_recovery()1676 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()1679 tp->t_flags &= ~TF_SACK_PERMIT; in tcp_do_segment()1907 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks) in tcp_do_segment()2312 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2584 (tp->t_flags & TF_SACK_PERMIT))) { in tcp_do_segment()2647 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2681 (tp->t_flags & TF_SACK_PERMIT && in tcp_do_segment()2877 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()3279 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()
269 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()293 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()721 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output()861 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_default_output()1650 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_default_output()
789 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
2317 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()3355 if (tp->t_flags & TF_SACK_PERMIT) in tcp_mtudisc()3529 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks > 0) { in tcp_maxseg()3545 if (tp->t_flags & TF_SACK_PERMIT) in tcp_maxseg()3589 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()
783 #define TF_SACK_PERMIT 0x00000200 /* other side said I could SACK */ macro
1565 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()2869 if (t_flags & TF_SACK_PERMIT) { in db_print_tflags()
947 tp->t_flags |= TF_SACK_PERMIT; in syncache_socket()
594 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()8312 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_process_data()10183 if ((tp->t_flags & TF_SACK_PERMIT) || bbr_sack_not_required) { in bbr_handoff_ok()11422 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_do_segment_nounlock()11424 tp->t_flags &= ~TF_SACK_PERMIT; in bbr_do_segment_nounlock()11448 if ((tp->t_flags & TF_SACK_PERMIT) == 0) { in bbr_do_segment_nounlock()13619 (tp->t_flags & TF_SACK_PERMIT) && in bbr_output_wtime()
6164 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_timer_start()7588 if (((tp->t_flags & TF_SACK_PERMIT) == 0) && in rack_remxt_tmr()7910 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in rack_timeout_rxt()12401 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_process_data()15020 if ((tp->t_flags & TF_SACK_PERMIT) || rack_sack_not_required){ in rack_handoff_ok()16779 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_do_segment_nounlock()16781 tp->t_flags &= ~TF_SACK_PERMIT; in rack_do_segment_nounlock()16809 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_do_segment_nounlock()17061 if (((rack->rc_tp->t_flags & TF_SACK_PERMIT) == 0) && in tcp_rack_output()21282 if (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()