Searched refs:stackidx (Results 1 – 3 of 3) sorted by relevance
237 unsigned int stackidx, cpu; in ipt_do_table() local243 stackidx = 0; in ipt_do_table()321 if (stackidx == 0) { in ipt_do_table()325 e = jumpstack[--stackidx]; in ipt_do_table()332 if (unlikely(stackidx >= private->stacksize)) { in ipt_do_table()336 jumpstack[stackidx++] = e; in ipt_do_table()
193 unsigned int cpu, stackidx = 0; in arpt_do_table() local245 if (stackidx == 0) { in arpt_do_table()249 e = jumpstack[--stackidx]; in arpt_do_table()256 if (unlikely(stackidx >= private->stacksize)) { in arpt_do_table()260 jumpstack[stackidx++] = e; in arpt_do_table()
261 unsigned int stackidx, cpu; in ip6t_do_table() local267 stackidx = 0; in ip6t_do_table()345 if (stackidx == 0) in ip6t_do_table()349 e = ip6t_next_entry(jumpstack[--stackidx]); in ip6t_do_table()354 if (unlikely(stackidx >= private->stacksize)) { in ip6t_do_table()358 jumpstack[stackidx++] = e; in ip6t_do_table()