Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
H A Ddrgn.rst129 .max_ctx_offset = (u32)8,
/linux/net/bpf/
H A Dtest_run.c766 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()
1547 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
/linux/include/linux/
H A Dbpf.h1497 u32 max_ctx_offset; member
/linux/kernel/trace/
H A Dbpf_trace.c2433 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in bpf_probe_register()
/linux/kernel/bpf/
H A Dsyscall.c5961 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
H A Dverifier.c6014 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()
6015 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
/linux/kernel/events/
H A Dcore.c10834 if (prog->aux->max_ctx_offset > off) in perf_event_set_bpf_prog()