Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h513 uint32_t current_policer_bucket; member
H A Drack.c6026 rack->r_ctl.current_policer_bucket = 0; in policer_detection()
6304 rack->r_ctl.current_policer_bucket = 0; in rack_cong_signal()
18213 if (calc > rack->r_ctl.current_policer_bucket) { in rack_policer_check_send()
18272 if ((rack->r_ctl.current_policer_bucket < len) || in rack_policed_sending()
18282 if (rack->r_ctl.current_policer_bucket > len) in rack_policed_sending()
18283 rack->r_ctl.current_policer_bucket -= len; in rack_policed_sending()
18285 rack->r_ctl.current_policer_bucket = 0; in rack_policed_sending()
18292 if (len < rack->r_ctl.current_policer_bucket) { in rack_policed_sending()
18293 rack->r_ctl.current_policer_bucket -= len; in rack_policed_sending()
18295 rack->r_ctl.current_policer_bucket = 0; in rack_policed_sending()
[all …]