Searched refs:btf_struct_access (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/net/ipv4/ |
D | bpf_tcp_ca.c | 110 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access() 266 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
|
/Linux-v5.15/include/linux/ |
D | bpf.h | 509 int (*btf_struct_access)(struct bpf_verifier_log *log, member 1646 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf,
|
/Linux-v5.15/kernel/bpf/ |
D | verifier.c | 3948 if (env->ops->btf_struct_access) { in check_ptr_to_btf_access() 3949 ret = env->ops->btf_struct_access(&env->log, reg->btf, t, in check_ptr_to_btf_access() 3957 ret = btf_struct_access(&env->log, reg->btf, t, off, size, in check_ptr_to_btf_access() 4015 ret = btf_struct_access(&env->log, btf_vmlinux, t, off, size, atype, &btf_id); in check_ptr_to_map_access()
|
D | btf.c | 5112 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_access() function
|