Home
last modified time | relevance | path

Searched refs:btf_struct_access (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c110 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/
Dbpf.h509 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/
Dverifier.c3948 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()
Dbtf.c5112 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_access() function