Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_police.c29 s64 tcfp_burst; member
178 police->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_police_init()
179 police->tcfp_toks = police->tcfp_burst; in tcf_police_init()
240 police->tcfp_burst); in tcf_police_act()
249 if (toks > police->tcfp_burst) in tcf_police_act()
250 toks = police->tcfp_burst; in tcf_police_act()
285 opt.burst = PSCHED_NS2TICKS(police->tcfp_burst); in tcf_police_dump()