Searched refs:gput (Results 1 – 3 of 3) sorted by relevance
317 int32_t gput; in cc_ack_received() local343 gput = (((int64_t)(th->th_ack - tp->gput_seq)) << 3) / in cc_ack_received()346 gput); in cc_ack_received()355 ((gput - tp->t_stats_gput_prev) * 100) / in cc_ack_received()358 tp->t_stats_gput_prev = gput; in cc_ack_received()
3452 int32_t gput, new_rtt_diff, timely_says; in rack_do_goodput_measurement() local3478 gput = (((uint64_t) (th_ack - tp->gput_seq)) << 3) / ltim; in rack_do_goodput_measurement()3771 gput); in rack_do_goodput_measurement()3780 ((gput - tp->t_stats_gput_prev) * 100) / in rack_do_goodput_measurement()3784 tp->t_stats_gput_prev = gput; in rack_do_goodput_measurement()
3628 int64_t gput, time_stamp; in bbr_ack_received() local3630 gput = (int64_t) (th->th_ack - tp->gput_seq) * 8; in bbr_ack_received()3632 cgput = gput / time_stamp; in bbr_ack_received()3638 ((gput - tp->t_stats_gput_prev) * 100) / in bbr_ack_received()