Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dematch.c500 int __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, in __tcf_em_tree_match() function
550 EXPORT_SYMBOL(__tcf_em_tree_match);
/openbmc/linux/include/net/
H A Dpkt_cls.h479 int __tcf_em_tree_match(struct sk_buff *, struct tcf_ematch_tree *,
501 return __tcf_em_tree_match(skb, tree, info); in tcf_em_tree_match()