Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_htb.c212 struct tcf_proto *tcf; in htb_classify() local
226 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
228 tcf = rcu_dereference_bh(q->filter_list); in htb_classify()
232 while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) { in htb_classify()
254 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
Dsch_hfsc.c1157 struct tcf_proto *tcf; in hfsc_classify() local
1167 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify()
1168 while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) { in hfsc_classify()
1191 tcf = rcu_dereference_bh(cl->filter_list); in hfsc_classify()