bpf_func_info_aux
struct bpf_func_info_aux *func_info_aux;
static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog)
struct bpf_func_info_aux *info_aux = NULL;
struct bpf_func_info_aux *sub_aux;
struct bpf_func_info_aux *aux = env->prog->aux->func_info_aux;