Searched refs:tcf_em_tree_match (Results 1 – 3 of 3) sorted by relevance
37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
311 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
494 * tcf_em_tree_match - evaluate an ematch tree507 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