Searched refs:tcf_classify (Results 1 - 15 of 15) sorted by relevance

/linux-master/net/sched/
H A Dsch_prio.c42 err = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_multiq.c39 err = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_drr.c311 result = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_sfb.c260 result = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_fq_pie.c99 result = tcf_classify(skb, NULL, filter, &res, false);
H A Dsch_fq_codel.c94 result = tcf_classify(skb, NULL, filter, &res, false);
H A Dsch_ets.c385 err = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_sfq.c181 result = tcf_classify(skb, NULL, fl, &res, false);
H A Dsch_qfq.c697 result = tcf_classify(skb, NULL, fl, &res, false);
H A Dcls_api.c1775 int tcf_classify(struct sk_buff *skb, function
1855 EXPORT_SYMBOL(tcf_classify); variable
3963 switch (tcf_classify(skb, NULL, fl, &cl_res, false)) {
H A Dsch_hfsc.c1147 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) {
H A Dsch_htb.c245 while (tcf && (result = tcf_classify(skb, NULL, tcf, &res, false)) >= 0) {
H A Dsch_cake.c1669 result = tcf_classify(skb, NULL, filter, &res, false);
/linux-master/include/net/
H A Dpkt_cls.h83 int tcf_classify(struct sk_buff *skb,
143 static inline int tcf_classify(struct sk_buff *skb, function
/linux-master/net/core/
H A Ddev.c3925 ret = tcf_classify(skb, miniq->block, miniq->filter_list, &res, false);

Completed in 342 milliseconds