Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dematch.c308 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local
323 rt_list = tb[TCA_EMATCH_TREE_LIST]; in tcf_em_tree_validate()
325 if (rt_hdr == NULL || rt_list == NULL) in tcf_em_tree_validate()
331 rt_match = nla_data(rt_list); in tcf_em_tree_validate()
332 list_len = nla_len(rt_list); in tcf_em_tree_validate()