btf_ctx_access
bool btf_ctx_access(int off, int size, enum bpf_access_type type,
return btf_ctx_access(off, size, type, prog, info);
.is_valid_access = btf_ctx_access,
EXPORT_SYMBOL_GPL(btf_ctx_access);
return btf_ctx_access(off, size, type, prog, info);