Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dtrampoline.c348 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get()
Dverifier.c11638 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
11670 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
/Linux-v5.10/include/linux/
Dbpf.h614 struct btf_func_model fmodel; member