Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_cgroup.c37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
H A Dcls_flow.c311 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
/linux/include/net/
H A Dpkt_cls.h494 * tcf_em_tree_match - evaluate an ematch tree
507 static inline int tcf_em_tree_match(struct sk_buff *skb, in tcf_em_tree_match() function
527 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) macro