Lines Matching defs:tree
403 * struct tcf_ematch_tree - ematch tree handle
405 * @hdr: ematch tree header supplied by userspace
420 * @match: called during ematch tree evaluation, must return 1/0
449 * tcf_em_tree_match - evaulate an ematch tree
452 * @tree: ematch tree to be used for evaluation
455 * This function matches @skb against the ematch tree in @tree by going
459 * Returns 1 if the ematch tree as-one matches, no ematches are configured
463 struct tcf_ematch_tree *tree,
466 if (tree->hdr.nmatches)
467 return __tcf_em_tree_match(skb, tree, info);