Searched refs:btf_struct_access (Results 1 – 5 of 5) sorted by relevance
/linux/net/bpf/ |
A D | bpf_dummy_struct_ops.c | 165 err = btf_struct_access(log, btf, t, off, size, atype, next_btf_id); in bpf_dummy_ops_btf_struct_access() 174 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
|
/linux/net/ipv4/ |
A D | bpf_tcp_ca.c | 103 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access() 233 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
|
/linux/include/linux/ |
A D | bpf.h | 518 int (*btf_struct_access)(struct bpf_verifier_log *log, member 1691 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf,
|
/linux/kernel/bpf/ |
A D | verifier.c | 4137 if (env->ops->btf_struct_access) { in check_ptr_to_btf_access() 4138 ret = env->ops->btf_struct_access(&env->log, reg->btf, t, in check_ptr_to_btf_access() 4146 ret = btf_struct_access(&env->log, reg->btf, t, off, size, in check_ptr_to_btf_access() 4204 ret = btf_struct_access(&env->log, btf_vmlinux, t, off, size, atype, &btf_id); in check_ptr_to_map_access()
|
A D | btf.c | 5240 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_access() function
|
Completed in 40 milliseconds