tcfp_burst 10 include/net/tc_act/tc_police.h s64 tcfp_burst; tcfp_burst 67 include/net/tc_act/tc_police.h return params->tcfp_burst; tcfp_burst 178 net/sched/act_police.c new->tcfp_burst = PSCHED_TICKS2NS(parm->burst); tcfp_burst 189 net/sched/act_police.c police->tcfp_toks = new->tcfp_burst; tcfp_burst 248 net/sched/act_police.c toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); tcfp_burst 257 net/sched/act_police.c if (toks > p->tcfp_burst) tcfp_burst 258 net/sched/act_police.c toks = p->tcfp_burst; tcfp_burst 322 net/sched/act_police.c opt.burst = PSCHED_NS2TICKS(p->tcfp_burst);