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

/linux-4.4.14/net/sched/
H A Dcls_api.c204 /* Check the chain for existence of proto-tcf with this priority */ tc_ctl_tfilter()
220 /* Proto-tcf does not exist, create new one */ tc_ctl_tfilter()
231 /* Create new proto tcf */ tc_ctl_tfilter()
H A Dsch_htb.c212 struct tcf_proto *tcf; htb_classify() local
226 tcf = rcu_dereference_bh(cl->filter_list); htb_classify()
228 tcf = rcu_dereference_bh(q->filter_list); htb_classify()
232 while (tcf && (result = tc_classify(skb, tcf, &res, false)) >= 0) { htb_classify()
254 tcf = rcu_dereference_bh(cl->filter_list); htb_classify()
H A Dsch_hfsc.c1158 struct tcf_proto *tcf; hfsc_classify() local
1168 tcf = rcu_dereference_bh(q->root.filter_list); hfsc_classify()
1169 while (tcf && (result = tc_classify(skb, tcf, &res, false)) >= 0) { hfsc_classify()
1192 tcf = rcu_dereference_bh(cl->filter_list); hfsc_classify()

Completed in 144 milliseconds