Home
last modified time | relevance | path

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

/linux-4.4.14/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, false)) >= 0) { in htb_classify()
254 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
Dsch_hfsc.c1158 struct tcf_proto *tcf; in hfsc_classify() local
1168 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify()
1169 while (tcf && (result = tc_classify(skb, tcf, &res, false)) >= 0) { in hfsc_classify()
1192 tcf = rcu_dereference_bh(cl->filter_list); in hfsc_classify()