Searched refs:process_iter_next_call (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c7823 /* remember meta->iter info for process_iter_next_call() */
7913 /* process_iter_next_call() is called when verifier gets to iterator's next
7922 * With the assumption of such contract, process_iter_next_call() simulates
7991 static int process_iter_next_call(struct bpf_verifier_env *env, int insn_idx, function
9933 * This is similar to what is done in process_iter_next_call() for open
12500 err = process_iter_next_call(env, insn_idx, &meta);
17081 /* is_state_visited() handles iter_next() (see process_iter_next_call() for
17113 * "eventual sticky NULL" contract, see process_iter_next_call()). But we
17114 * don't want that. So what we do in process_iter_next_call() when we go on
17217 * See process_iter_next_call() an
[all...]

Completed in 233 milliseconds