Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/bpf/
Dverifier.rst412 and might be modified by ``set_callee_state()`` called from
/Linux-v6.6/kernel/bpf/
Dverifier.c8849 static int set_callee_state(struct bpf_verifier_env *env,
8902 if (set_callee_state_cb != set_callee_state) { in __check_func_call()
9015 static int set_callee_state(struct bpf_verifier_env *env, in set_callee_state() function
9042 return __check_func_call(env, insn, insn_idx, subprog, set_callee_state); in check_func_call()