Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtim_filter.h92 get_filter_value(struct time_filter *tf) in get_filter_value() function
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c1849 l->delRate = get_filter_value(&bbr->r_ctl.rc_delrate); in bbr_fill_in_logging_data()
2830 bw = get_filter_value(&bbr->r_ctl.rc_delrate); in bbr_get_full_bw()
2976 bw = get_filter_value(&bbr->r_ctl.rc_delrate); in __bbr_get_bw()
3632 bw = get_filter_value(&bbr->r_ctl.rc_delrate); in bbr_ack_received()
3890 bbr->r_ctl.red_bw = get_filter_value(&bbr->r_ctl.rc_delrate); in bbr_setup_red_bw()
3894 if (bbr->r_ctl.red_bw < (get_filter_value(&bbr->r_ctl.rc_delrate) / 2)) in bbr_setup_red_bw()
3895 bbr->r_ctl.red_bw = get_filter_value(&bbr->r_ctl.rc_delrate) / 2; in bbr_setup_red_bw()
5467 if (get_filter_value(&bbr->r_ctl.rc_delrate) >= act_rate) { in bbr_setup_less_of_rate()
5473 red = get_filter_value(&bbr->r_ctl.rc_delrate) - act_rate; in bbr_setup_less_of_rate()
6417 orig_bw = get_filter_value(&bbr->r_ctl.rc_delrate); in tcp_bbr_commit_bw()
[all …]