Home
last modified time | relevance | path

Searched refs:TF_GPUTINPROG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c4204 if ((rack->rc_tp->t_flags & TF_GPUTINPROG) && in rack_enter_probertt()
4242 if ((rack->rc_tp->t_flags & TF_GPUTINPROG) && in rack_exit_probertt()
4254 } else if (rack->rc_tp->t_flags & TF_GPUTINPROG) { in rack_exit_probertt()
4261 rack->rc_tp->t_flags &= ~TF_GPUTINPROG; in rack_exit_probertt()
4774 if ((tp->t_flags & TF_GPUTINPROG) == 0) in rack_mark_in_gp_win()
5335 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement()
5374 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement()
5391 tp->t_flags |= TF_GPUTINPROG; in rack_do_goodput_measurement()
5499 if ((tp->t_flags & TF_GPUTINPROG) && in rack_ack_received()
6368 if (tp->t_flags & TF_GPUTINPROG) { in rack_enter_persist()
[all …]
H A Dbbr.c3591 if ((tp->t_flags & TF_GPUTINPROG) && in bbr_ack_received()
3612 tp->t_flags &= ~TF_GPUTINPROG; in bbr_ack_received()
13850 } else if (((tp->t_flags & TF_GPUTINPROG) == 0) && in bbr_output_wtime()
13858 tp->t_flags |= TF_GPUTINPROG; in bbr_output_wtime()
/freebsd/sys/netinet/
H A Dtcp_output.c1568 if (!(tp->t_flags & TF_GPUTINPROG) && len) { in tcp_default_output()
1569 tp->t_flags |= TF_GPUTINPROG; in tcp_default_output()
H A Dtcp_var.h780 #define TF_GPUTINPROG 0x00008000 /* Goodput measurement in progress */ macro
H A Dtcp_input.c315 if ((tp->t_flags & TF_GPUTINPROG) && in cc_ack_received()
334 tp->t_flags &= ~TF_GPUTINPROG; in cc_ack_received()
H A Dtcp_usrreq.c2867 if (t_flags & TF_GPUTINPROG) { in db_print_tflags()
H A Dtcp_subr.c1041 tp->t_flags &= ~TF_GPUTINPROG; in tcp_default_fb_init()