Searched refs:tree_hdr (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dematch.c174 struct tcf_ematch_tree_hdr *tree_hdr,
195 if (ref >= tree_hdr->nmatches)
307 struct tcf_ematch_tree_hdr *tree_hdr; local
325 tree_hdr = nla_data(rt_hdr);
326 memcpy(&tree->hdr, tree_hdr, sizeof(*tree_hdr));
330 matches_len = tree_hdr->nmatches * sizeof(*em);
351 if (idx >= tree_hdr->nmatches)
359 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
371 if (idx != tree_hdr
173 tcf_em_validate(struct tcf_proto *tp, struct tcf_ematch_tree_hdr *tree_hdr, struct tcf_ematch *em, struct nlattr *nla, int idx) argument
[all...]

Completed in 80 milliseconds