Lines Matching defs:next
172 struct bpf_verifier_stack_elem *next;
944 elem = head->next;
966 elem->next = env->head;
1462 /* determine subprog starts. The end is one before the next starts */
1504 goto next;
1507 goto next;
1514 next:
4552 * next is_mem_size argument below.
5110 /* continue with next insn after call */
7389 * 0 - branch will not be taken and fall-through to next insn
8294 * 11 continue with the next edge
8343 * w - next instruction
8965 goto next;
8968 goto next;
8972 goto next;
8976 next:
8977 sl = sl->next;
9443 goto next;
9514 *pprev = sl->next;
9527 sl->next = env->free_list;
9533 next:
9534 pprev = &sl->next;
9582 new_sl->next = *explored_state(env, insn_idx);
10991 * aux_data, since next loop will split up all insns into funcs
11562 sln = sl->next;
11577 sln = sl->next;