Searched refs:t_snd_rxt_bytes (Results 1 – 3 of 3) sorted by relevance
458 uint64_t t_snd_rxt_bytes; /* total bytes retransmitted */ member
5013 tp->t_snd_rxt_bytes += len; in tcp_account_for_send()5021 rexmit_percent = (1000ULL * tp->t_snd_rxt_bytes) / in tcp_account_for_send()5022 (10ULL * (tp->t_snd_rxt_bytes + tp->t_sndbytes)); in tcp_account_for_send()
2084 log.u_bbr.flex5 = (uint32_t)(rack->rc_tp->t_snd_rxt_bytes - cur->rxt_at_fs); in rack_log_hybrid_bw()2137 log.u_bbr.rttProp = rack->rc_tp->t_snd_rxt_bytes; in rack_log_hybrid_sends()11358 rc_cur->rxt_at_fs = rack->rc_tp->t_snd_rxt_bytes; in rack_set_dgp_hybrid_mode()11381 orig_ent->rxt_at_ls = rack->rc_tp->t_snd_rxt_bytes; in rack_set_dgp_hybrid_mode()11471 orig_ent->rxt_at_ls = rack->rc_tp->t_snd_rxt_bytes; in rack_set_dgp_hybrid_mode()11519 ent->rxt_at_fs = rack->rc_tp->t_snd_rxt_bytes; in rack_chk_req_and_hybrid_on_out()14163 log.u_bbr.delRate = rack->rc_tp->t_snd_rxt_bytes; in rack_log_hystart_event()22916 si->bytes_retransmitted = tp->t_snd_rxt_bytes; in rack_stack_information()