Home
last modified time | relevance | path

Searched refs:rc_lost_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c1865 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_fill_in_logging_data()
2243 log.u_bbr.flex2 = bbr->r_ctl.rc_lost_bytes; in bbr_log_ack_event()
2294 log.u_bbr.flex6 = bbr->r_ctl.rc_lost_bytes; in bbr_log_doseg_done()
3754 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) <= in tcp_bbr_partialack()
7483 bbr->r_ctl.rc_lost_bytes -= th_ack - rsm->r_start; in bbr_log_ack()
10421 bbr->r_ctl.rc_lost_bytes))); in bbr_substate_change()
12494 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12512 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12733 bbr->r_ctl.rc_lost_bytes))); in bbr_output_wtime()
13772 bbr->r_ctl.rc_lost_bytes)) - maxseg; in bbr_output_wtime()
[all …]
H A Dtcp_bbr.h537 uint32_t rc_lost_bytes; /* Total bytes currently marked lost */ member