Searched refs:rt_match (Results 1 – 1 of 1) sorted by relevance
310 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local333 rt_match = nla_data(rt_list); in tcf_em_tree_validate()350 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()353 if (rt_match->nla_type != (idx + 1)) in tcf_em_tree_validate()359 if (nla_len(rt_match) < sizeof(struct tcf_ematch_hdr)) in tcf_em_tree_validate()364 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx); in tcf_em_tree_validate()368 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()