Searched refs:tcf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_hfsc.c1148 struct tcf_proto *tcf; local
1157 tcf = q->root.filter_list;
1158 while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) {
1180 tcf = cl->filter_list;
H A Dsch_htb.c261 struct tcf_proto *tcf; local
273 tcf = q->filter_list;
274 while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) {
297 tcf = cl->filter_list;

Completed in 101 milliseconds