Searched refs:btf_struct_access (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 105 return btf_struct_access(log, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access() 183 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 471 int (*btf_struct_access)(struct bpf_verifier_log *log, member 1481 int btf_struct_access(struct bpf_verifier_log *log,
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 3572 if (env->ops->btf_struct_access) { in check_ptr_to_btf_access() 3573 ret = env->ops->btf_struct_access(&env->log, t, off, size, in check_ptr_to_btf_access() 3581 ret = btf_struct_access(&env->log, t, off, size, atype, in check_ptr_to_btf_access() 3639 ret = btf_struct_access(&env->log, t, off, size, atype, &btf_id); in check_ptr_to_map_access()
|
| H A D | btf.c | 4827 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
|