Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lsm.c76 .is_valid_access = btf_ctx_access,
H A Dbtf.c4427 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c87 if (!btf_ctx_access(off, size, type, prog, info)) in bpf_tcp_ca_is_valid_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1478 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1763 return btf_ctx_access(off, size, type, prog, info); in tracing_prog_is_valid_access()