Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c146 .btf_struct_access = hid_bpf_ops_btf_struct_access,
/linux-6.15/net/bpf/
H A Dbpf_dummy_struct_ops.c265 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
/linux-6.15/net/ipv4/
H A Dbpf_tcp_ca.c207 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
/linux-6.15/include/linux/
H A Dbpf.h1047 int (*btf_struct_access)(struct bpf_verifier_log *log, member
2712 int btf_struct_access(struct bpf_verifier_log *log,
2999 static inline int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1461 .btf_struct_access = st_ops_btf_struct_access,
/linux-6.15/kernel/sched/
H A Dext.c5641 .btf_struct_access = bpf_scx_btf_struct_access,
/linux-6.15/kernel/bpf/
H A Dverifier.c7151 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
7156 ret = env->ops->btf_struct_access(&env->log, reg, off, size); in check_ptr_to_btf_access()
7173 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
7295 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
H A Dbtf.c7170 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.15/net/core/
H A Dfilter.c11098 .btf_struct_access = tc_cls_act_btf_struct_access,
11110 .btf_struct_access = xdp_btf_struct_access,