Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8687 struct bpf_func_info_aux *info_aux = NULL; in check_btf_func() local
8724 info_aux = kcalloc(nfuncs, sizeof(*info_aux), GFP_KERNEL | __GFP_NOWARN); in check_btf_func()
8725 if (!info_aux) in check_btf_func()
8775 info_aux[i].linkage = BTF_INFO_VLEN(type->info); in check_btf_func()
8799 prog->aux->func_info_aux = info_aux; in check_btf_func()
8804 kfree(info_aux); in check_btf_func()