Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtrampoline.c833 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get()
H A Dverifier.c23255 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
23288 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
/linux-6.15/include/linux/
H A Dbpf.h1277 struct btf_func_model fmodel; member