Home
last modified time | relevance | path

Searched refs:t_sndbytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_var.h454 uint64_t t_sndbytes; /* total bytes sent */ member
H A Dtcp_subr.c4762 tp->t_sndbytes += len; in tcp_account_for_send()
4769 (10ULL * (tp->t_snd_rxt_bytes + tp->t_sndbytes)); in tcp_account_for_send()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c2074 log.u_bbr.flex4 = (uint32_t)(rack->rc_tp->t_sndbytes - cur->sent_at_fs); in rack_log_hybrid_bw()
2119 log.u_bbr.cur_del_rate = rack->rc_tp->t_sndbytes; in rack_log_hybrid_sends()
5579 snds = tp->t_sndbytes - rack->r_ctl.last_sndbytes; in do_rack_check_for_unclamp()
5671 snds = tp->t_sndbytes - rack->r_ctl.last_sndbytes; in do_rack_excess_rxt()
5802 rack->r_ctl.last_sndbytes = tp->t_sndbytes; in do_rack_excess_rxt()
11910 ent->sent_at_fs = rack->rc_tp->t_sndbytes; in rack_chk_req_and_hybrid_on_out()
14560 log.u_bbr.cur_del_rate = rack->rc_tp->t_sndbytes; in rack_log_hystart_event()