Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c14982 struct bpf_func_info_aux *info_aux = NULL; in check_btf_func() local
15019 info_aux = kcalloc(nfuncs, sizeof(*info_aux), GFP_KERNEL | __GFP_NOWARN); in check_btf_func()
15020 if (!info_aux) in check_btf_func()
15072 info_aux[i].linkage = BTF_INFO_VLEN(type->info); in check_btf_func()
15096 prog->aux->func_info_aux = info_aux; in check_btf_func()
15101 kfree(info_aux); in check_btf_func()