Home
last modified time | relevance | path

Searched refs:bpf_struct_ops (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dbpf_struct_ops.c33 const struct bpf_struct_ops *st_ops;
70 extern struct bpf_struct_ops bpf_##_name; \
86 static struct bpf_struct_ops * const bpf_struct_ops[] = { variable
108 struct bpf_struct_ops *st_ops; in bpf_struct_ops_init()
126 for (i = 0; i < ARRAY_SIZE(bpf_struct_ops); i++) { in bpf_struct_ops_init()
127 st_ops = bpf_struct_ops[i]; in bpf_struct_ops_init()
205 static const struct bpf_struct_ops *
213 for (i = 0; i < ARRAY_SIZE(bpf_struct_ops); i++) { in bpf_struct_ops_find_value()
214 if (bpf_struct_ops[i]->value_id == value_id) in bpf_struct_ops_find_value()
215 return bpf_struct_ops[i]; in bpf_struct_ops_find_value()
[all …]
DMakefile38 obj-$(CONFIG_BPF_SYSCALL) += bpf_struct_ops.o
Dverifier.c15060 const struct bpf_struct_ops *st_ops; in check_struct_ops_btf_id()