Home
last modified time | relevance | path

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

/linux/net/bpf/
A Dbpf_dummy_struct_ops.c165 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 Dbpf_tcp_ca.c103 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 Dbpf.h518 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 Dverifier.c4137 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 Dbtf.c5240 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_access() function

Completed in 40 milliseconds