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

/linux-master/net/sched/
H A Dematch.c170 struct tcf_ematch_tree_hdr *tree_hdr,
192 if (ref >= tree_hdr->nmatches)
311 struct tcf_ematch_tree_hdr *tree_hdr; local
330 tree_hdr = nla_data(rt_hdr);
331 memcpy(&tree->hdr, tree_hdr, sizeof(*tree_hdr));
335 matches_len = tree_hdr->nmatches * sizeof(*em);
356 if (idx >= tree_hdr->nmatches)
364 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
376 if (idx != tree_hdr
169 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 122 milliseconds