Searched refs:btf_ctx_access (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 375 .is_valid_access = btf_ctx_access,
|
H A D | btf.c | 5926 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2409 bool btf_ctx_access(int off, int size, enum bpf_access_type type, 2432 return btf_ctx_access(off, size, type, prog, info); in bpf_tracing_btf_ctx_access()
|