Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c3181 struct btf_func_model func_model; member
3442 struct btf_func_model func_model; in add_kfunc_call() local
3520 err = btf_distill_func_proto(&env->log, kfunc.btf, kfunc.proto, kfunc.name, &func_model); in add_kfunc_call()
3528 desc->func_model = func_model; in add_kfunc_call()
3605 return res ? &res->func_model : NULL; in bpf_jit_find_kfunc_model()