Searched refs:tcf_em_tree_match (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sched/ |
D | cls_cgroup.c | 37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
|
D | cls_basic.c | 49 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify()
|
D | cls_flow.c | 313 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 521 static inline int tcf_em_tree_match(struct sk_buff *skb, in tcf_em_tree_match() function 541 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) macro
|