Searched defs:tree_hdr (Results 1 - 1 of 1) sorted by relevance
/net/sched/ |
H A D | ematch.c | 174 struct tcf_ematch_tree_hdr *tree_hdr, 196 if (ref >= tree_hdr->nmatches) 309 struct tcf_ematch_tree_hdr *tree_hdr; local 327 tree_hdr = nla_data(rt_hdr); 328 memcpy(&tree->hdr, tree_hdr, sizeof(*tree_hdr)); 332 matches_len = tree_hdr->nmatches * sizeof(*em); 353 if (idx >= tree_hdr->nmatches) 361 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx); 373 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 32 milliseconds