Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c146 .btf_struct_access = hid_bpf_ops_btf_struct_access,
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c265 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
/linux/net/ipv4/
H A Dbpf_tcp_ca.c223 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
/linux/include/linux/
H A Dbpf.h974 int (*btf_struct_access)(struct bpf_verifier_log *log, member
2575 int btf_struct_access(struct bpf_verifier_log *log,
2856 static inline int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux/kernel/bpf/
H A Dverifier.c6530 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6535 ret = env->ops->btf_struct_access(&env->log, reg, off, size); in check_ptr_to_btf_access()
6552 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
6674 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
H A Dbtf.c6840 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
/linux/net/core/
H A Dfilter.c10996 .btf_struct_access = tc_cls_act_btf_struct_access,
11008 .btf_struct_access = xdp_btf_struct_access,