Home
last modified time | relevance | path

Searched refs:__tcf_em_tree_match (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/sched/
Dematch.c498 int __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, in __tcf_em_tree_match() function
548 EXPORT_SYMBOL(__tcf_em_tree_match);
/Linux-v6.1/include/net/
Dpkt_cls.h480 int __tcf_em_tree_match(struct sk_buff *, struct tcf_ematch_tree *,
502 return __tcf_em_tree_match(skb, tree, info); in tcf_em_tree_match()