Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dbpf_lsm.c76 .is_valid_access = btf_ctx_access,
Dbtf.c4428 bool btf_ctx_access(int off, int size, enum bpf_access_type type, in btf_ctx_access() function
/Linux-v5.10/net/ipv4/
Dbpf_tcp_ca.c87 if (!btf_ctx_access(off, size, type, prog, info)) in bpf_tcp_ca_is_valid_access()
/Linux-v5.10/include/linux/
Dbpf.h1422 bool btf_ctx_access(int off, int size, enum bpf_access_type type,
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1777 return btf_ctx_access(off, size, type, prog, info); in tracing_prog_is_valid_access()