Searched refs:rt_match (Results 1 – 1 of 1) sorted by relevance
308 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local331 rt_match = nla_data(rt_list); in tcf_em_tree_validate()348 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()351 if (rt_match->nla_type != (idx + 1)) in tcf_em_tree_validate()357 if (nla_len(rt_match) < sizeof(struct tcf_ematch_hdr)) in tcf_em_tree_validate()362 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx); in tcf_em_tree_validate()366 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()