Lines Matching defs:tree
437 * struct tcf_ematch_tree - ematch tree handle
439 * @hdr: ematch tree header supplied by userspace
454 * @match: called during ematch tree evaluation, must return 1/0
483 * tcf_em_tree_match - evaulate an ematch tree
486 * @tree: ematch tree to be used for evaluation
489 * This function matches @skb against the ematch tree in @tree by going
493 * Returns 1 if the ematch tree as-one matches, no ematches are configured
497 struct tcf_ematch_tree *tree,
500 if (tree->hdr.nmatches)
501 return __tcf_em_tree_match(skb, tree, info);