Home
last modified time | relevance | path

Searched refs:btf_ctx_access (Results 1 – 5 of 5) sorted by relevance

/linux/io_uring/
H A Dbpf-ops.c86 return btf_ctx_access(off, size, type, prog, info); in bpf_io_is_valid_access()
/linux/kernel/bpf/
H A Dbpf_lsm.c418 .is_valid_access = btf_ctx_access,
H A Dbtf.c6842 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
7096 EXPORT_SYMBOL_GPL(btf_ctx_access);
/linux/include/linux/
H A Dbpf.h3121 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
3144 return btf_ctx_access(off, size, type, prog, info); in bpf_tracing_btf_ctx_access()
/linux/kernel/sched/ext/
H A Dext.c7944 return btf_ctx_access(off, size, type, prog, info); in bpf_scx_is_valid_access()