Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst129 .max_ctx_offset = (u32)8,
/openbmc/linux/net/bpf/
H A Dtest_run.c738 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()
1492 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
/openbmc/linux/include/linux/
H A Dbpf.h1395 u32 max_ctx_offset; member
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2368 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in __bpf_probe_register()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5591 if (attr->test.ctx_size_in < prog->aux->max_ctx_offset || in kern_sys_bpf()
H A Dverifier.c5571 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()
5572 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
/openbmc/linux/kernel/events/
H A Dcore.c10564 if (prog->aux->max_ctx_offset > off) in perf_event_set_bpf_prog()