Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbpf_struct_ops.c32 const struct bpf_struct_ops *st_ops;
69 extern struct bpf_struct_ops bpf_##_name; \
85 static struct bpf_struct_ops * const bpf_struct_ops[] = { variable
107 struct bpf_struct_ops *st_ops; in bpf_struct_ops_init()
126 st_ops = bpf_struct_ops[i]; in bpf_struct_ops_init()
204 static const struct bpf_struct_ops *
213 if (bpf_struct_ops[i]->value_id == value_id) in bpf_struct_ops_find_value()
214 return bpf_struct_ops[i]; in bpf_struct_ops_find_value()
228 if (bpf_struct_ops[i]->type_id == type_id) in bpf_struct_ops_find()
229 return bpf_struct_ops[i]; in bpf_struct_ops_find()
[all …]
A DMakefile35 obj-$(CONFIG_BPF_SYSCALL) += bpf_struct_ops.o
A Dverifier.c13498 const struct bpf_struct_ops *st_ops; in check_struct_ops_btf_id()
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c10 extern struct bpf_struct_ops bpf_bpf_dummy_ops;
78 const struct bpf_struct_ops *st_ops = &bpf_bpf_dummy_ops; in bpf_struct_ops_test_run()
193 struct bpf_struct_ops bpf_bpf_dummy_ops = {
/linux/net/ipv4/
A Dbpf_tcp_ca.c14 extern struct bpf_struct_ops bpf_tcp_congestion_ops;
294 struct bpf_struct_ops bpf_tcp_congestion_ops = {
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-struct_ops.rst30 | *OBJ* := /a/file/of/bpf_struct_ops.o
/linux/include/linux/
A Dbpf_types.h71 BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
A Dbpf.h987 struct bpf_struct_ops { struct
1007 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id); argument
1048 static inline const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
/linux/tools/lib/bpf/
A Dlibbpf.c337 struct bpf_struct_ops { struct
396 struct bpf_struct_ops *st_ops;
910 struct bpf_struct_ops *st_ops; in bpf_map__init_kern_struct_ops()
1058 struct bpf_struct_ops *st_ops; in bpf_object__init_struct_ops_maps()
8509 struct bpf_struct_ops *st_ops; in bpf_object__collect_st_ops_relos()
10358 struct bpf_struct_ops *st_ops; in bpf_map__attach_struct_ops()

Completed in 59 milliseconds