Searched refs:process_iter_next_call (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c7875 /* remember meta->iter info for process_iter_next_call() */
7965 /* process_iter_next_call() is called when verifier gets to iterator's next
7974 * With the assumption of such contract, process_iter_next_call() simulates
8043 static int process_iter_next_call(struct bpf_verifier_env *env, int insn_idx, function
9989 * This is similar to what is done in process_iter_next_call() for open
12685 err = process_iter_next_call(env, insn_idx, &meta);
17243 /* is_state_visited() handles iter_next() (see process_iter_next_call() for
17275 * "eventual sticky NULL" contract, see process_iter_next_call()). But we
17276 * don't want that. So what we do in process_iter_next_call() when we go on
17379 * See process_iter_next_call() an
[all...]

Completed in 555 milliseconds