Home
last modified time | relevance | path

Searched refs:tcf_em_tree_match (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_cgroup.c35 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
H A Dcls_basic.c48 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify()
H A Dcls_flow.c309 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h462 static inline int tcf_em_tree_match(struct sk_buff *skb, in tcf_em_tree_match() function
482 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) macro