Searched refs:L2T (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_police.c35 #define L2T(p,L) ((p)->tcfp_R_tab->data[(L)>>(p)->tcfp_R_tab->rate.cell_log]) macro
311 toks -= L2T(police, skb->len);
557 toks -= L2T(police, skb->len);
H A Dsch_tbf.c135 #define L2T(q,L) ((q)->R_tab->data[(L)>>(q)->R_tab->rate.cell_log]) macro
214 toks -= L2T(q, len);
H A Dsch_cbq.c148 #define L2T(cl,len) ((cl)->R_tab->data[(len)>>(cl)->R_tab->rate.cell_log]) macro
730 idle -= L2T(cl, len);
767 idle -= L2T(&q->link, len);
768 idle += L2T(cl, len);
965 incr2 = L2T(&q->link, q->tx_len);
H A Dsch_htb.c157 static inline long L2T(struct htb_class *cl, struct qdisc_rate_table *rate, function
727 toks -= L2T(cl, cl->R, bytes); \

Completed in 132 milliseconds