Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c1875 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_fill_in_logging_data()
2254 log.u_bbr.flex2 = bbr->r_ctl.rc_lost_bytes; in bbr_log_ack_event()
2306 log.u_bbr.flex6 = bbr->r_ctl.rc_lost_bytes; in bbr_log_doseg_done()
3772 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) <= in tcp_bbr_partialack()
7534 bbr->r_ctl.rc_lost_bytes -= th_ack - rsm->r_start; in bbr_log_ack()
10495 bbr->r_ctl.rc_lost_bytes))); in bbr_substate_change()
12598 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12616 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12837 bbr->r_ctl.rc_lost_bytes))); in bbr_output_wtime()
13907 bbr->r_ctl.rc_lost_bytes)) - maxseg; in bbr_output_wtime()
[all …]
H A Dtcp_bbr.h539 uint32_t rc_lost_bytes; /* Total bytes currently marked lost */ member