Home
last modified time | relevance | path

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

/net/sched/
Dact_police.c28 u32 tcfp_ewma_rate; member
228 police->tcfp_ewma_rate = nla_get_u32(tb[TCA_POLICE_AVRATE]); in tcf_act_police_locate()
267 if (police->tcfp_ewma_rate && in tcf_act_police()
268 police->tcf_rate_est.bps >= police->tcfp_ewma_rate) { in tcf_act_police()
335 if (police->tcfp_ewma_rate && in tcf_act_police_dump()
336 nla_put_u32(skb, TCA_POLICE_AVRATE, police->tcfp_ewma_rate)) in tcf_act_police_dump()