Searched refs:P_tab (Results 1 – 1 of 1) sorted by relevance
123 struct qdisc_rate_table *R_tab = NULL, *P_tab = NULL; in tcf_act_police_locate() local172 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()