Searched refs:tcf_em_tree_match (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | cls_cgroup.c | 37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
|
H A D | cls_basic.c | 50 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify()
|
H A D | cls_flow.c | 311 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
|
/openbmc/linux/include/net/ |
H A D | pkt_cls.h | 496 static inline int tcf_em_tree_match(struct sk_buff *skb, in tcf_em_tree_match() function 516 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) macro
|