Home
last modified time | relevance | path

Searched refs:check_kfunc_call (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
A Dbpf_tcp_ca.c234 .check_kfunc_call = bpf_tcp_ca_check_kfunc_call,
/linux/include/linux/
A Dbpf.h523 bool (*check_kfunc_call)(u32 kfunc_btf_id, struct module *owner); member
/linux/kernel/bpf/
A Dverifier.c6697 static int check_kfunc_call(struct bpf_verifier_env *env, struct bpf_insn *insn) in check_kfunc_call() function
6721 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()
/linux/net/core/
A Dfilter.c10005 .check_kfunc_call = bpf_prog_test_check_kfunc_call,

Completed in 47 milliseconds