Home
last modified time | relevance | path

Searched refs:set_callee_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dverifier.rst412 and might be modified by ``set_callee_state()`` called from
/openbmc/linux/kernel/bpf/
H A Dverifier.c9209 static int set_callee_state(struct bpf_verifier_env *env,
9372 err = setup_func_entry(env, subprog, *insn_idx, set_callee_state, state); in check_func_call()
9418 static int set_callee_state(struct bpf_verifier_env *env, in set_callee_state() function