Searched refs:tcfp_burst (Results 1 – 2 of 2) sorted by relevance
10 s64 tcfp_burst; member67 return params->tcfp_burst; in tcf_police_tcfp_burst()
178 new->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_police_init()189 police->tcfp_toks = new->tcfp_burst; in tcf_police_init()248 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act()257 if (toks > p->tcfp_burst) in tcf_police_act()258 toks = p->tcfp_burst; in tcf_police_act()322 opt.burst = PSCHED_NS2TICKS(p->tcfp_burst); in tcf_police_dump()