Searched refs:btf_ctx_access (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | bpf_lsm.c | 356 .is_valid_access = btf_ctx_access,
|
D | btf.c | 5364 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 2011 bool btf_ctx_access(int off, int size, enum bpf_access_type type, 2034 return btf_ctx_access(off, size, type, prog, info); in bpf_tracing_btf_ctx_access()
|