Symbol: btf_field
include/linux/bpf.h
2592
struct btf_field *btf_record_find(const struct btf_record *rec,
include/linux/bpf.h
266
struct btf_field fields[];
include/linux/bpf.h
451
static inline void bpf_obj_init_field(const struct btf_field *field, void *addr)
include/linux/bpf.h
568
const struct btf_field *field;
include/linux/bpf.h
614
void bpf_list_head_free(const struct btf_field *field, void *list_head,
include/linux/bpf.h
616
void bpf_rb_root_free(const struct btf_field *field, void *rb_root,
kernel/bpf/btf.c
3906
static int btf_parse_kptr(const struct btf *btf, struct btf_field *field,
kernel/bpf/btf.c
3997
struct btf_field *field,
kernel/bpf/btf.c
4040
static int btf_parse_list_head(const struct btf *btf, struct btf_field *field,
kernel/bpf/btf.c
4047
static int btf_parse_rb_root(const struct btf *btf, struct btf_field *field,
kernel/bpf/btf.c
4056
const struct btf_field *a = (const struct btf_field *)_a;
kernel/bpf/btf.c
4057
const struct btf_field *b = (const struct btf_field *)_b;
kernel/bpf/btf.c
4190
sort_r(rec->fields, rec->cnt, sizeof(struct btf_field), btf_field_cmp,
kernel/bpf/btf.c
7327
struct btf_field *field = &rec->fields[i];
kernel/bpf/helpers.c
2232
void bpf_list_head_free(const struct btf_field *field, void *list_head,
kernel/bpf/helpers.c
2279
void bpf_rb_root_free(const struct btf_field *field, void *rb_root,
kernel/bpf/syscall.c
175
const struct btf_field *field;
kernel/bpf/syscall.c
198
const struct btf_field *field;
kernel/bpf/syscall.c
642
const struct btf_field *f1 = a, *f2 = b;
kernel/bpf/syscall.c
651
struct btf_field *btf_record_find(const struct btf_record *rec, u32 offset,
kernel/bpf/syscall.c
654
struct btf_field *field;
kernel/bpf/syscall.c
709
const struct btf_field *fields;
kernel/bpf/syscall.c
812
const struct btf_field *fields;
kernel/bpf/syscall.c
820
const struct btf_field *field = &fields[i];
kernel/bpf/verifier.c
11150
struct btf_field *field;
kernel/bpf/verifier.c
13188
struct btf_field **head_field)
kernel/bpf/verifier.c
13191
struct btf_field *field;
kernel/bpf/verifier.c
13256
struct btf_field **node_field)
kernel/bpf/verifier.c
13260
struct btf_field *field;
kernel/bpf/verifier.c
14033
struct btf_field *field = meta->arg_list_head.field;
kernel/bpf/verifier.c
14037
struct btf_field *field = meta->arg_rbtree_root.field;
kernel/bpf/verifier.c
297
struct btf_field *kptr_field;
kernel/bpf/verifier.c
344
struct btf_field *field;
kernel/bpf/verifier.c
347
struct btf_field *field;
kernel/bpf/verifier.c
5984
struct btf_field *kptr_field,
kernel/bpf/verifier.c
6098
static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field)
kernel/bpf/verifier.c
6111
static bool rcu_safe_kptr(const struct btf_field *field)
kernel/bpf/verifier.c
6119
static u32 btf_ld_kptr_type(struct bpf_verifier_env *env, struct btf_field *kptr_field)
kernel/bpf/verifier.c
6143
struct btf_field *field)
kernel/bpf/verifier.c
6160
struct btf_field *kptr_field)
kernel/bpf/verifier.c
6255
struct btf_field *field = &rec->fields[i];
kernel/bpf/verifier.c
7735
struct btf_field *kptr_field = NULL;
kernel/bpf/verifier.c
8779
struct btf_field *kptr_field;
kernel/bpf/verifier.c
9591
static struct btf_field *
kernel/bpf/verifier.c
9594
struct btf_field *field;