Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c1537 if (!(tp->t_flags & TF_GPUTINPROG) && len) { in tcp_output()
1538 tp->t_flags |= TF_GPUTINPROG; in tcp_output()
H A Dtcp_var.h386 #define TF_GPUTINPROG 0x00008000 /* Goodput measurement in progress */ macro
H A Dtcp_input.c338 if ((tp->t_flags & TF_GPUTINPROG) && in cc_ack_received()
357 tp->t_flags &= ~TF_GPUTINPROG; in cc_ack_received()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c2979 rack->rc_tp->t_flags &= ~TF_GPUTINPROG; in rack_exit_probertt()
3783 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement()
3803 tp->t_flags |= TF_GPUTINPROG; in rack_do_goodput_measurement()
3888 if ((tp->t_flags & TF_GPUTINPROG) && in rack_ack_received()
4620 if (tp->t_flags & TF_GPUTINPROG) { in rack_enter_persist()
6846 if ((tp->t_flags & TF_GPUTINPROG) && in rack_need_set_test()
6949 tp->t_flags &= ~TF_GPUTINPROG; in rack_need_set_test()
10480 tp->t_flags &= ~TF_GPUTINPROG; in rack_init()
10614 tp->t_flags &= ~TF_GPUTINPROG; in rack_fini()
11668 tp->t_flags |= TF_GPUTINPROG; in rack_start_gp_measurement()
[all …]
H A Dbbr.c3619 if ((tp->t_flags & TF_GPUTINPROG) && in bbr_ack_received()
3640 tp->t_flags &= ~TF_GPUTINPROG; in bbr_ack_received()
14054 } else if (((tp->t_flags & TF_GPUTINPROG) == 0) && in bbr_output_wtime()
14062 tp->t_flags |= TF_GPUTINPROG; in bbr_output_wtime()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h386 #define TF_GPUTINPROG 0x00008000 /* Goodput measurement in progress */ macro