Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_lsm.c413 .is_valid_access = btf_ctx_access,
H A Dbtf.c6654 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
6902 EXPORT_SYMBOL_GPL(btf_ctx_access);
/linux-6.15/include/linux/
H A Dbpf.h2686 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
2709 return btf_ctx_access(off, size, type, prog, info); in bpf_tracing_btf_ctx_access()
/linux-6.15/kernel/sched/
H A Dext.c5600 return btf_ctx_access(off, size, type, prog, info); in bpf_scx_is_valid_access()