Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dtrampoline.c803 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get()
Dverifier.c14972 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
15005 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
/Linux-v6.1/include/linux/
Dbpf.h934 struct btf_func_model fmodel; member