Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
A Ddrgn.rst129 .max_ctx_offset = (u32)8,
/linux/net/bpf/
A Dtest_run.c353 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()
1045 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
/linux/kernel/trace/
A Dbpf_trace.c1994 if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64)) in __bpf_probe_register()
/linux/include/linux/
A Dbpf.h855 u32 max_ctx_offset; member
/linux/kernel/bpf/
A Dverifier.c3582 if (env->prog->aux->max_ctx_offset < off + size) in check_ctx_access()
3583 env->prog->aux->max_ctx_offset = off + size; in check_ctx_access()
/linux/kernel/events/
A Dcore.c10107 if (prog->aux->max_ctx_offset > off) in perf_event_set_bpf_prog()

Completed in 65 milliseconds