Home
last modified time | relevance | path

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

/linux-3.4.99/net/sched/
Dsch_tbf.c107 struct qdisc_rate_table *P_tab; member
118 #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()
Dact_police.c141 struct qdisc_rate_table *R_tab = NULL, *P_tab = NULL; in tcf_act_police_locate() local
191 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()