Searched refs:check_kfunc_call (Results 1 – 4 of 4) sorted by relevance
234 .check_kfunc_call = bpf_tcp_ca_check_kfunc_call,
523 bool (*check_kfunc_call)(u32 kfunc_btf_id, struct module *owner); member
6697 static int check_kfunc_call(struct bpf_verifier_env *env, struct bpf_insn *insn) in check_kfunc_call() function6721 if (!env->ops->check_kfunc_call || in check_kfunc_call()6722 !env->ops->check_kfunc_call(func_id, btf_mod)) { in check_kfunc_call()11329 err = check_kfunc_call(env, insn); in do_check()
10005 .check_kfunc_call = bpf_prog_test_check_kfunc_call,
Completed in 47 milliseconds