Searched refs:btf_struct_access (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 204 .btf_struct_access = bpf_dummy_ops_btf_struct_access,
|
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 214 .btf_struct_access = bpf_tcp_ca_btf_struct_access,
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 965 int (*btf_struct_access)(struct bpf_verifier_log *log, member 2435 int btf_struct_access(struct bpf_verifier_log *log, 2692 static inline int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 6446 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access() 6451 ret = env->ops->btf_struct_access(&env->log, reg, off, size); in check_ptr_to_btf_access() 6468 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access() 6590 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
|
H A D | btf.c | 6385 int btf_struct_access(struct bpf_verifier_log *log, in btf_struct_access() function
|
/openbmc/linux/net/core/ |
H A D | filter.c | 10940 .btf_struct_access = tc_cls_act_btf_struct_access, 10952 .btf_struct_access = xdp_btf_struct_access,
|