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

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

Completed in 149 milliseconds