Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_police.c187 new->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_police_init()
206 police->tcfp_toks = new->tcfp_burst; in tcf_police_init()
278 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act()
288 if (toks > p->tcfp_burst) in tcf_police_act()
289 toks = p->tcfp_burst; in tcf_police_act()
358 opt.burst = PSCHED_NS2TICKS(p->tcfp_burst); in tcf_police_dump()
/openbmc/linux/include/net/tc_act/
H A Dtc_police.h10 s64 tcfp_burst; member
98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()