Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/tc_act/
Dtc_police.h10 s64 tcfp_burst; member
67 return params->tcfp_burst; in tcf_police_tcfp_burst()
/Linux-v5.4/net/sched/
Dact_police.c178 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()