Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hid/bpf/
Dhid_bpf_struct_ops.c146 .btf_struct_access = hid_bpf_ops_btf_struct_access,
/linux-6.14.4/net/ipv4/
Dbpf_tcp_ca.c207 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
/linux-6.14.4/net/bpf/
Dbpf_dummy_struct_ops.c265 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
/linux-6.14.4/include/linux/
Dbpf.h1021 int (*btf_struct_access)(struct bpf_verifier_log *log, member
2675 int btf_struct_access(struct bpf_verifier_log *log,
2962 static inline int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod.c1360 .btf_struct_access = st_ops_btf_struct_access,
/linux-6.14.4/kernel/sched/
Dext.c5931 .btf_struct_access = bpf_scx_btf_struct_access,
/linux-6.14.4/kernel/bpf/
Dverifier.c7011 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
7016 ret = env->ops->btf_struct_access(&env->log, reg, off, size); in check_ptr_to_btf_access()
7033 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
7155 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
Dbtf.c7049 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux-6.14.4/net/core/
Dfilter.c11033 .btf_struct_access = tc_cls_act_btf_struct_access,
11045 .btf_struct_access = xdp_btf_struct_access,