Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c12021 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common() function
12126 ret = do_check_common(env, i); in do_check_subprogs()
12143 ret = do_check_common(env, 0); in do_check_main()
/kernel/linux/linux-6.6/kernel/bpf/
Dverifier.c19547 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common() function
19658 ret = do_check_common(env, i); in do_check_subprogs()
19675 ret = do_check_common(env, 0); in do_check_main()