Lines Matching refs:aux
630 if (env->prog->aux->ops->is_valid_access && in check_ctx_access()
631 env->prog->aux->ops->is_valid_access(off, size, t)) in check_ctx_access()
851 if (env->prog->aux->ops->get_func_proto) in check_call()
852 fn = env->prog->aux->ops->get_func_proto(func_id); in check_call()
1964 if (!env->prog->aux->ops->convert_ctx_access) in convert_ctx_accesses()
1977 cnt = env->prog->aux->ops-> in convert_ctx_accesses()
2124 env->prog->aux->used_maps = kmalloc_array(env->used_map_cnt, in bpf_check()
2128 if (!env->prog->aux->used_maps) { in bpf_check()
2133 memcpy(env->prog->aux->used_maps, env->used_maps, in bpf_check()
2135 env->prog->aux->used_map_cnt = env->used_map_cnt; in bpf_check()
2147 if (!env->prog->aux->used_maps) in bpf_check()