Searched refs:bpf_struct_ops (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A Dbpf_test_no_cfi.c49 static struct bpf_struct_ops test_no_cif_ops = {
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c10 static struct bpf_struct_ops bpf_bpf_dummy_ops;
87 const struct bpf_struct_ops *st_ops = &bpf_bpf_dummy_ops;
255 static struct bpf_struct_ops bpf_bpf_dummy_ops = {
/linux-master/kernel/bpf/
H A DMakefile43 obj-$(CONFIG_BPF_SYSCALL) += bpf_struct_ops.o
H A Dbpf_struct_ops.c314 struct bpf_struct_ops *st_ops = st_ops_desc->st_ops;
412 pr_warn("Error in init bpf_struct_ops %s\n",
592 const struct bpf_struct_ops *st_ops = st_ops_desc->st_ops;
H A Dbtf.c8859 btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops,
8946 int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops)
H A Dverifier.c18159 verbose(env, "bpf_struct_ops map cannot be used in prog\n");
20642 const struct bpf_struct_ops *st_ops;
/linux-master/include/linux/
H A Dbpf_types.h71 BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
H A Dbtf.h507 struct bpf_struct_ops;
508 int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops);
H A Dbpf.h1045 /* Return the return value of fentry prog. Only used by bpf_struct_ops. */
1068 * Used by bpf_struct_ops.
1662 * struct bpf_struct_ops - A structure of callbacks allowing a subsystem to
1703 * @name: The name of the struct bpf_struct_ops object.
1708 struct bpf_struct_ops { struct
1741 struct bpf_struct_ops *st_ops;
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c14 /* "extern" is to avoid sparse warning. It is only used in bpf_struct_ops.c. */
15 static struct bpf_struct_ops bpf_tcp_congestion_ops;
348 static struct bpf_struct_ops bpf_tcp_congestion_ops = {
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c603 struct bpf_struct_ops bpf_bpf_testmod_ops = {
626 struct bpf_struct_ops bpf_testmod_ops2 = {
/linux-master/tools/lib/bpf/
H A Dlibbpf.c473 struct bpf_struct_ops { struct
542 struct bpf_struct_ops *st_ops;
1090 struct bpf_struct_ops *st_ops;
1279 struct bpf_struct_ops *st_ops;
8342 struct bpf_struct_ops *st_ops;
9602 struct bpf_struct_ops *st_ops;

Completed in 429 milliseconds