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

/net/sched/
H A Dematch.c500 struct tcf_ematch *cur_match; local
505 cur_match = tcf_em_get_match(tree, match_idx);
507 if (tcf_em_is_container(cur_match)) {
512 match_idx = cur_match->data;
516 res = tcf_em_match(skb, cur_match, info);
518 if (tcf_em_early_end(cur_match, res))
527 cur_match = tcf_em_get_match(tree, match_idx);
529 if (tcf_em_early_end(cur_match, res))

Completed in 3 milliseconds