Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/bpf/
Dhid_bpf_struct_ops.c146 .btf_struct_access = hid_bpf_ops_btf_struct_access,
/linux-6.12.1/net/ipv4/
Dbpf_tcp_ca.c207 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
/linux-6.12.1/net/bpf/
Dbpf_dummy_struct_ops.c265 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
/linux-6.12.1/include/linux/
Dbpf.h996 int (*btf_struct_access)(struct bpf_verifier_log *log, member
2611 int btf_struct_access(struct bpf_verifier_log *log,
2892 static inline int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c1255 .btf_struct_access = st_ops_btf_struct_access,
/linux-6.12.1/kernel/bpf/
Dverifier.c6642 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6647 ret = env->ops->btf_struct_access(&env->log, reg, off, size); in check_ptr_to_btf_access()
6664 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
6786 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
Dbtf.c6884 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.12.1/kernel/sched/
Dext.c5428 .btf_struct_access = bpf_scx_btf_struct_access,
/linux-6.12.1/net/core/
Dfilter.c11019 .btf_struct_access = tc_cls_act_btf_struct_access,
11031 .btf_struct_access = xdp_btf_struct_access,