Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c375 .is_valid_access = btf_ctx_access,
H A Dbtf.c5926 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
/openbmc/linux/include/linux/
H A Dbpf.h2409 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()