Home
last modified time | relevance | path

Searched refs:rt_match (Results 1 – 1 of 1) sorted by relevance

/net/sched/
Dematch.c299 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local
321 rt_match = nla_data(rt_list); in tcf_em_tree_validate()
337 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()
340 if (rt_match->nla_type != (idx + 1)) in tcf_em_tree_validate()
346 if (nla_len(rt_match) < sizeof(struct tcf_ematch_hdr)) in tcf_em_tree_validate()
351 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx); in tcf_em_tree_validate()
355 rt_match = nla_next(rt_match, &list_len); in tcf_em_tree_validate()