Searched refs:btf_ctx_access (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_lsm.c | 76 .is_valid_access = btf_ctx_access,
|
| H A D | btf.c | 4427 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 D | bpf_tcp_ca.c | 87 if (!btf_ctx_access(off, size, type, prog, info)) in bpf_tcp_ca_is_valid_access()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 1478 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 1763 return btf_ctx_access(off, size, type, prog, info); in tracing_prog_is_valid_access()
|