Searched refs:btf_ctx_access (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_lsm.c | 415 .is_valid_access = btf_ctx_access,
|
| H A D | btf.c | 6779 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function 7025 EXPORT_SYMBOL_GPL(btf_ctx_access);
|
| /linux/include/linux/ |
| H A D | bpf.h | 2978 bool btf_ctx_access(int off, int size, enum bpf_access_type type, 3001 return btf_ctx_access(off, size, type, prog, info); in bpf_tracing_btf_ctx_access()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 5303 return btf_ctx_access(off, size, type, prog, info); in bpf_scx_is_valid_access()
|