Searched refs:btf_ctx_access (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/kernel/bpf/ | 
| D | bpf_lsm.c | 375 	.is_valid_access = btf_ctx_access,
 | 
| D | btf.c | 5926 bool btf_ctx_access(int off, int size, enum bpf_access_type type,  in btf_ctx_access()  function
 | 
| /Linux-v6.6/include/linux/ | 
| D | bpf.h | 2363 bool btf_ctx_access(int off, int size, enum bpf_access_type type,2386 	return btf_ctx_access(off, size, type, prog, info);  in bpf_tracing_btf_ctx_access()
 
 |