Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_police.c123 struct qdisc_rate_table *R_tab = NULL, *P_tab = NULL; in tcf_act_police_locate() local
172 P_tab = qdisc_get_rtab(&parm->peakrate, in tcf_act_police_locate()
174 if (P_tab == NULL) in tcf_act_police_locate()
208 if (P_tab) { in tcf_act_police_locate()
210 psched_ratecfg_precompute(&police->peak, &P_tab->rate, 0); in tcf_act_police_locate()
211 qdisc_put_rtab(P_tab); in tcf_act_police_locate()
248 qdisc_put_rtab(P_tab); in tcf_act_police_locate()