Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c4927 static bool is_var_ctx_off_allowed(struct bpf_prog *prog) in is_var_ctx_off_allowed() function
4973 bool var_off_ok = is_var_ctx_off_allowed(env->prog); in check_ctx_access()
7017 if (is_var_ctx_off_allowed(env->prog)) { in check_helper_mem_access()
8279 if (arg_type != ARG_PTR_TO_CTX && is_var_ctx_off_allowed(env->prog)) in check_func_arg_reg_off()