Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c19200 struct bpf_func_info_aux *info_aux = NULL; in check_btf_func() local
19226 info_aux = kzalloc_objs(*info_aux, nfuncs, in check_btf_func()
19228 if (!info_aux) in check_btf_func()
19242 info_aux[i].linkage = BTF_INFO_VLEN(type->info); in check_btf_func()
19261 prog->aux->func_info_aux = info_aux; in check_btf_func()
19265 kfree(info_aux); in check_btf_func()