Searched refs:tcf_classify (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | pkt_cls.h | 92 int tcf_classify(struct sk_buff *skb, 152 static inline int tcf_classify(struct sk_buff *skb, in tcf_classify() function 164 int ret = tcf_classify(skb, NULL, tp, res, compat_mode); in tcf_classify_qdisc()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 1820 int tcf_classify(struct sk_buff *skb, in tcf_classify() function 1900 EXPORT_SYMBOL(tcf_classify);
|
| /linux/net/core/ |
| H A D | dev.c | 4463 ret = tcf_classify(skb, miniq->block, miniq->filter_list, &res, false); in tc_run()
|