Home
last modified time | relevance | path

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

/linux/net/sched/
H A 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()
/linux/fs/ntfs/
H A Dcompress.c970 s16 cur_match; in ntfs_best_match() local
979 cur_match = pctx->head[hash]; in ntfs_best_match()
980 prev[i] = cur_match; in ntfs_best_match()
993 for (; cur_match >= 0 && depth_remaining--; cur_match = prev[cur_match]) { in ntfs_best_match()
994 matchptr = &inbuf[cur_match]; in ntfs_best_match()