Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6414 uint64_t orig_bw; in tcp_bbr_commit_bw() local
6424 orig_bw = get_filter_value(&bbr->r_ctl.rc_delrate); in tcp_bbr_commit_bw()
6426 bbr_log_type_bbrupd(bbr, 21, cts, (uint32_t)orig_bw, in tcp_bbr_commit_bw()
6429 if (orig_bw && in tcp_bbr_commit_bw()
6430 (orig_bw != get_filter_value(&bbr->r_ctl.rc_delrate))) { in tcp_bbr_commit_bw()
6444 } else if ((orig_bw == 0) && get_filter_value(&bbr->r_ctl.rc_delrate)) in tcp_bbr_commit_bw()