max_ctx_offset    371 include/linux/bpf.h 	u32 max_ctx_offset;
max_ctx_offset   2372 kernel/bpf/verifier.c 		if (env->prog->aux->max_ctx_offset < off + size)
max_ctx_offset   2373 kernel/bpf/verifier.c 			env->prog->aux->max_ctx_offset = off + size;
max_ctx_offset   9098 kernel/events/core.c 		if (prog->aux->max_ctx_offset > off) {
max_ctx_offset   1392 kernel/trace/bpf_trace.c 	if (prog->aux->max_ctx_offset > btp->num_args * sizeof(u64))