Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c1876 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_fill_in_logging_data()
2255 log.u_bbr.flex2 = bbr->r_ctl.rc_lost_bytes; in bbr_log_ack_event()
2307 log.u_bbr.flex6 = bbr->r_ctl.rc_lost_bytes; in bbr_log_doseg_done()
3770 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) <= in tcp_bbr_partialack()
7583 bbr->r_ctl.rc_lost_bytes -= th_ack - rsm->r_start; in bbr_log_ack()
10526 bbr->r_ctl.rc_lost_bytes))); in bbr_substate_change()
12635 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12653 bbr->r_ctl.rc_lost_bytes)) > (2 * maxseg)) && in bbr_output_wtime()
12874 bbr->r_ctl.rc_lost_bytes))); in bbr_output_wtime()
13978 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