Home
last modified time | relevance | path

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

/net/sched/
Dematch.c504 struct tcf_ematch *cur_match; in __tcf_em_tree_match() local
509 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
511 if (tcf_em_is_container(cur_match)) { in __tcf_em_tree_match()
516 match_idx = cur_match->data; in __tcf_em_tree_match()
520 res = tcf_em_match(skb, cur_match, info); in __tcf_em_tree_match()
522 if (tcf_em_early_end(cur_match, res)) in __tcf_em_tree_match()
531 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
533 if (tcf_em_is_inverted(cur_match)) in __tcf_em_tree_match()
536 if (tcf_em_early_end(cur_match, res)) { in __tcf_em_tree_match()