Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_police.c29 s64 tcfp_burst; member
218 police->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_act_police_locate()
219 police->tcfp_toks = police->tcfp_burst; in tcf_act_police_locate()
284 police->tcfp_burst); in tcf_act_police()
293 if (toks > police->tcfp_burst) in tcf_act_police()
294 toks = police->tcfp_burst; in tcf_act_police()
321 .burst = PSCHED_NS2TICKS(police->tcfp_burst), in tcf_act_police_dump()