match_idx        1031 net/nfc/core.c 	d = class_find_device(&nfc_class, NULL, &idx, match_idx);
match_idx         502 net/sched/ematch.c 	int stackp = 0, match_idx = 0, res = 0;
match_idx         507 net/sched/ematch.c 	while (match_idx < tree->hdr.nmatches) {
match_idx         508 net/sched/ematch.c 		cur_match = tcf_em_get_match(tree, match_idx);
match_idx         514 net/sched/ematch.c 			stack[stackp++] = match_idx;
match_idx         515 net/sched/ematch.c 			match_idx = cur_match->data;
match_idx         524 net/sched/ematch.c 		match_idx++;
match_idx         529 net/sched/ematch.c 		match_idx = stack[--stackp];
match_idx         530 net/sched/ematch.c 		cur_match = tcf_em_get_match(tree, match_idx);
match_idx         538 net/sched/ematch.c 			match_idx++;