Searched refs:TF_SACK_PERMIT (Results 1 – 13 of 13) sorted by relevance
299 return ((tp->t_flags & TF_SACK_PERMIT) && in tcp_is_sack_recovery()1714 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_do_segment()1717 tp->t_flags &= ~TF_SACK_PERMIT; in tcp_do_segment()1927 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks) in tcp_do_segment()2345 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2560 (tp->t_flags & TF_SACK_PERMIT))) { in tcp_do_segment()2650 (tp->t_flags & TF_SACK_PERMIT && in tcp_do_segment()2674 (tp->t_flags & TF_SACK_PERMIT)) { in tcp_do_segment()2824 if (tp->t_flags & TF_SACK_PERMIT) in tcp_do_segment()2988 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_do_segment()[all …]
282 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_output()306 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()726 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_output()866 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_output()1660 (tp->t_flags & TF_SACK_PERMIT) && in tcp_output()
2137 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()3386 if (tp->t_flags & TF_SACK_PERMIT) in tcp_mtudisc()3507 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks > 0) { in tcp_maxseg()3523 if (tp->t_flags & TF_SACK_PERMIT) in tcp_maxseg()3569 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fixed_maxseg()
847 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
397 #define TF_SACK_PERMIT 0x00000200 /* other side said I could SACK */ macro
1648 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()2762 if (t_flags & TF_SACK_PERMIT) { in db_print_tflags()
792 pn->sack_enabled = (tp->t_flags & TF_SACK_PERMIT) != 0; in siftr_siftdata()
1023 tp->t_flags |= TF_SACK_PERMIT; in syncache_socket()
665 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in _ctf_drop_checks()
5319 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_timer_start()6605 if ((((tp->t_flags & TF_SACK_PERMIT) == 0) in rack_remxt_tmr()6946 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in rack_timeout_rxt()10334 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_process_data()13904 if ((tp->t_flags & TF_SACK_PERMIT) && in rack_do_segment_nounlock()13906 tp->t_flags &= ~TF_SACK_PERMIT; in rack_do_segment_nounlock()13934 ((tp->t_flags & TF_SACK_PERMIT) == 0)) { in rack_do_segment_nounlock()14179 if (((rack->rc_tp->t_flags & TF_SACK_PERMIT) == 0) && in tcp_rack_output()17516 if (tp->t_flags & TF_SACK_PERMIT) { in rack_output()18319 (tp->t_flags & TF_SACK_PERMIT) && in rack_output()[all …]
586 ((tp->t_flags & TF_SACK_PERMIT) == 0) || in bbr_timer_start()5176 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP | TF_SACK_PERMIT); in bbr_timeout_rxt()8337 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_process_data()10258 if ((tp->t_flags & TF_SACK_PERMIT) || bbr_sack_not_required) { in bbr_handoff_ok()11500 if ((tp->t_flags & TF_SACK_PERMIT) && in bbr_do_segment_nounlock()11502 tp->t_flags &= ~TF_SACK_PERMIT; in bbr_do_segment_nounlock()11526 if ((tp->t_flags & TF_SACK_PERMIT) == 0) { in bbr_do_segment_nounlock()13758 (tp->t_flags & TF_SACK_PERMIT) && in bbr_output_wtime()
333 tp->t_flags |= TF_SACK_PERMIT; /* should already be set */ in assign_rxopt()336 tp->t_flags &= ~TF_SACK_PERMIT; /* sack disallowed by peer */ in assign_rxopt()
1286 (s->sack < 0 && (tp->t_flags & TF_SACK_PERMIT))) in init_conn_params()