Home
last modified time | relevance | path

Searched refs:tcf_classify (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dpkt_cls.h92 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 Dcls_api.c1820 int tcf_classify(struct sk_buff *skb, in tcf_classify() function
1900 EXPORT_SYMBOL(tcf_classify);
/linux/net/core/
H A Ddev.c4463 ret = tcf_classify(skb, miniq->block, miniq->filter_list, &res, false); in tc_run()