Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_lsm.c356 .is_valid_access = btf_ctx_access,
Dbtf.c5364 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
/linux-6.1.9/include/linux/
Dbpf.h2011 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()