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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dematch.c174 struct tcf_ematch_tree_hdr *tree_hdr,
194 if (ref >= tree_hdr->nmatches)
301 struct tcf_ematch_tree_hdr *tree_hdr; local
319 tree_hdr = nla_data(rt_hdr);
320 memcpy(&tree->hdr, tree_hdr, sizeof(*tree_hdr));
324 matches_len = tree_hdr->nmatches * sizeof(*em);
344 if (idx >= tree_hdr->nmatches)
352 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
363 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dematch.c174 struct tcf_ematch_tree_hdr *tree_hdr,
194 if (ref >= tree_hdr->nmatches)
301 struct tcf_ematch_tree_hdr *tree_hdr; local
319 tree_hdr = nla_data(rt_hdr);
320 memcpy(&tree->hdr, tree_hdr, sizeof(*tree_hdr));
324 matches_len = tree_hdr->nmatches * sizeof(*em);
344 if (idx >= tree_hdr->nmatches)
352 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
363 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 64 milliseconds