Searched refs:match_idx (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.c488 int stackp = 0, match_idx = 0, res = 0; local
493 while (match_idx < tree->hdr.nmatches) {
494 cur_match = tcf_em_get_match(tree, match_idx);
500 stack[stackp++] = match_idx;
501 match_idx = cur_match->data;
510 match_idx++;
515 match_idx = stack[--stackp];
516 cur_match = tcf_em_get_match(tree, match_idx);
521 match_idx++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dematch.c488 int stackp = 0, match_idx = 0, res = 0; local
493 while (match_idx < tree->hdr.nmatches) {
494 cur_match = tcf_em_get_match(tree, match_idx);
500 stack[stackp++] = match_idx;
501 match_idx = cur_match->data;
510 match_idx++;
515 match_idx = stack[--stackp];
516 cur_match = tcf_em_get_match(tree, match_idx);
521 match_idx++;

Completed in 68 milliseconds