Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c5205 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement()
5244 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement()
5261 tp->t_flags |= TF_GPUTINPROG; in rack_do_goodput_measurement()
7372 tp->t_flags &= ~TF_GPUTINPROG; in rack_timeout_tlp()
7814 tp->t_flags &= ~TF_GPUTINPROG; in rack_timeout_rxt()
8092 tp->t_flags &= ~TF_GPUTINPROG; in rack_process_timers()
9374 tp->t_flags &= ~TF_GPUTINPROG; in rack_need_set_test()
15210 tp->t_flags &= ~TF_GPUTINPROG; in rack_init()
16008 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_compressed_ack_processing()
16840 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_segment_nounlock()
[all …]
H A Dbbr.c3603 if ((tp->t_flags & TF_GPUTINPROG) && in bbr_ack_received()
3624 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-14.2/sys/netinet/
H A Dtcp_output.c1572 if (!(tp->t_flags & TF_GPUTINPROG) && len) { in tcp_default_output()
1573 tp->t_flags |= TF_GPUTINPROG; in tcp_default_output()
H A Dtcp_var.h798 #define TF_GPUTINPROG 0x00008000 /* Goodput measurement in progress */ macro
H A Dtcp_input.c320 if ((tp->t_flags & TF_GPUTINPROG) && in cc_ack_received()
339 tp->t_flags &= ~TF_GPUTINPROG; in cc_ack_received()
H A Dtcp_usrreq.c2904 if (t_flags & TF_GPUTINPROG) { in db_print_tflags()
H A Dtcp_subr.c1091 tp->t_flags &= ~TF_GPUTINPROG; in tcp_default_fb_init()