Searched refs:P_tab (Results 1 – 2 of 2) sorted by relevance
107 struct qdisc_rate_table *P_tab; member118 #define L2T_P(q, L) qdisc_l2t((q)->P_tab, L)167 if (q->P_tab) { in tbf_dequeue()303 swap(q->P_tab, ptab); in tbf_change()335 if (q->P_tab) in tbf_destroy()336 qdisc_put_rtab(q->P_tab); in tbf_destroy()356 if (q->P_tab) in tbf_dump()357 opt.peakrate = q->P_tab->rate; in tbf_dump()
141 struct qdisc_rate_table *R_tab = NULL, *P_tab = NULL; in tcf_act_police_locate() local191 P_tab = qdisc_get_rtab(&parm->peakrate, in tcf_act_police_locate()193 if (P_tab == NULL) in tcf_act_police_locate()218 if (P_tab != NULL) { in tcf_act_police_locate()220 police->tcfp_P_tab = P_tab; in tcf_act_police_locate()258 if (P_tab) in tcf_act_police_locate()259 qdisc_put_rtab(P_tab); in tcf_act_police_locate()