Searched refs:tc_classify_compat (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/ |
D | pkt_sched.h | 113 int tc_classify_compat(struct sk_buff *skb, const struct tcf_proto *tp,
|
/linux-4.1.27/net/sched/ |
D | sch_api.c | 1818 int tc_classify_compat(struct sk_buff *skb, const struct tcf_proto *tp, in tc_classify_compat() function 1840 EXPORT_SYMBOL(tc_classify_compat); 1851 err = tc_classify_compat(skb, tp, res); in tc_classify()
|
D | sch_atm.c | 378 result = tc_classify_compat(skb, fl, &res); in atm_tc_enqueue()
|
D | sch_cbq.c | 243 result = tc_classify_compat(skb, fl, &res); in cbq_classify()
|