Searched refs:tcf (Results 1 – 2 of 2) sorted by relevance
212 struct tcf_proto *tcf; in htb_classify() local226 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()
1157 struct tcf_proto *tcf; in hfsc_classify() local1167 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()