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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dematch.c300 struct nlattr *rt_match, *rt_hdr, *rt_list; local
314 rt_list = tb[TCA_EMATCH_TREE_LIST];
316 if (rt_hdr == NULL || rt_list == NULL)
322 rt_match = nla_data(rt_list);
323 list_len = nla_len(rt_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dematch.c300 struct nlattr *rt_match, *rt_hdr, *rt_list; local
314 rt_list = tb[TCA_EMATCH_TREE_LIST];
316 if (rt_hdr == NULL || rt_list == NULL)
322 rt_match = nla_data(rt_list);
323 list_len = nla_len(rt_list);

Completed in 62 milliseconds