Searched refs:btf_ctx_access (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/kernel/bpf/ |
D | bpf_lsm.c | 76 .is_valid_access = btf_ctx_access,
|
D | btf.c | 4428 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
|
/Linux-v5.10/net/ipv4/ |
D | bpf_tcp_ca.c | 87 if (!btf_ctx_access(off, size, type, prog, info)) in bpf_tcp_ca_is_valid_access()
|
/Linux-v5.10/include/linux/ |
D | bpf.h | 1422 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
|
/Linux-v5.10/kernel/trace/ |
D | bpf_trace.c | 1777 return btf_ctx_access(off, size, type, prog, info); in tracing_prog_is_valid_access()
|