Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c3120 struct btf_func_model func_model; member
3381 struct btf_func_model func_model; in add_kfunc_call() local
3459 err = btf_distill_func_proto(&env->log, kfunc.btf, kfunc.proto, kfunc.name, &func_model); in add_kfunc_call()
3467 desc->func_model = func_model; in add_kfunc_call()
3544 return res ? &res->func_model : NULL; in bpf_jit_find_kfunc_model()