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.c4893 static bool is_var_ctx_off_allowed(struct bpf_prog *prog)
4939 bool var_off_ok = is_var_ctx_off_allowed(env->prog); in check_ctx_access()
7080 if (is_var_ctx_off_allowed(env->prog)) { in check_helper_mem_access()
8562 if (arg_type != ARG_PTR_TO_CTX && is_var_ctx_off_allowed(env->prog))
4888 static bool is_var_ctx_off_allowed(struct bpf_prog *prog) is_var_ctx_off_allowed() function