Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dcls_cgroup.c37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
Dcls_basic.c50 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify()
Dcls_flow.c311 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
/Linux-v6.6/include/net/
Dpkt_cls.h496 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