Home
last modified time | relevance | path

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

/linux/net/bpf/
H A Dtest_run.c798 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()
1695 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
/linux/include/linux/
H A Dbpf.h1744 u32 max_ctx_offset; member
/linux/kernel/trace/
H A Dbpf_trace.c2195 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in bpf_probe_register()
/linux/kernel/bpf/
H A Dverifier.c4885 if (env->prog->aux->max_ctx_offset < off + size) in __check_ctx_access()
4886 env->prog->aux->max_ctx_offset = off + size; in __check_ctx_access()
7024 if (env->prog->aux->max_ctx_offset < reg_umax(reg) + access_size) in check_helper_mem_access()
7025 env->prog->aux->max_ctx_offset = reg_umax(reg) + access_size; in check_helper_mem_access()
H A Dsyscall.c6543 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()