Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6515 uint64_t orig_bw; in tcp_bbr_commit_bw() local
6525 orig_bw = get_filter_value(&bbr->r_ctl.rc_delrate); in tcp_bbr_commit_bw()
6527 bbr_log_type_bbrupd(bbr, 21, cts, (uint32_t)orig_bw, in tcp_bbr_commit_bw()
6530 if (orig_bw && in tcp_bbr_commit_bw()
6531 (orig_bw != get_filter_value(&bbr->r_ctl.rc_delrate))) { in tcp_bbr_commit_bw()
6545 } else if ((orig_bw == 0) && get_filter_value(&bbr->r_ctl.rc_delrate)) in tcp_bbr_commit_bw()