Searched refs:tc_classify (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h66 static inline int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h66 static inline int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_ingress.c139 result = tc_classify(skb, p->filter_list, &res);
H A Dsch_dsmark.c204 result = tc_classify(skb,p->filter_list,&res);
H A Dsch_prio.c58 if (!q->filter_list || tc_classify(skb, q->filter_list, &res)) {
H A Dsch_atm.c401 result = tc_classify(skb,flow->filter_list,
H A Dsch_htb.c304 while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) {
H A Dsch_cbq.c218 if (!head->filter_list || (result = tc_classify(skb, head->filter_list, &res)) < 0)

Completed in 99 milliseconds