Home
last modified time | relevance | path

Searched refs:TF_SACK_PERMIT (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c260 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()
H A Dtcp_output.c266 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()
H A Dtcp_timer.c790 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
H A Dtcp_subr.c2331 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()
H A Dsiftr.c688 pn->sack_enabled = (tp->t_flags & TF_SACK_PERMIT) != 0; in siftr_siftdata()
H A Dtcp_var.h770 #define TF_SACK_PERMIT 0x00000200 /* other side said I could SACK */ macro
H A Dtcp_syncache.c957 tp->t_flags |= TF_SACK_PERMIT; in syncache_socket()
H A Dtcp_usrreq.c1517 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c590 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in ctf_drop_checks()
H A Dbbr.c574 ((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()
H A Drack.c6026 ((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 …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c329 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()
H A Dt4_tom.c1407 (s->sack < 0 && (tp->t_flags & TF_SACK_PERMIT))) in init_conn_params()