Searched refs:rt_match (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
322 rt_match = nla_data(rt_list);
338 for (idx = 0; nla_ok(rt_match, list_len); idx++) {
341 if (rt_match->nla_type != (idx + 1))
347 if (nla_len(rt_match) < sizeof(struct tcf_ematch_hdr))
352 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
356 rt_match = nla_next(rt_match, &list_len);
/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
322 rt_match = nla_data(rt_list);
338 for (idx = 0; nla_ok(rt_match, list_len); idx++) {
341 if (rt_match->nla_type != (idx + 1))
347 if (nla_len(rt_match) < sizeof(struct tcf_ematch_hdr))
352 err = tcf_em_validate(tp, tree_hdr, em, rt_match, idx);
356 rt_match = nla_next(rt_match, &list_len);

Completed in 61 milliseconds