Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_no_cfi.c49 static struct bpf_struct_ops test_no_cif_ops = {
H A Dbpf_testmod.c1651 struct bpf_struct_ops bpf_bpf_testmod_ops = {
1674 struct bpf_struct_ops bpf_testmod_ops2 = {
1735 struct bpf_struct_ops bpf_testmod_ops3 = {
1966 static struct bpf_struct_ops testmod_st_ops = {
2107 struct bpf_struct_ops testmod_multi_st_ops = {
/linux/net/ipv4/
H A Dbpf_tcp_ca.c15 static struct bpf_struct_ops bpf_tcp_congestion_ops;
332 static struct bpf_struct_ops bpf_tcp_congestion_ops = {
/linux/net/sched/
H A Dbpf_qdisc.c14 static struct bpf_struct_ops bpf_Qdisc_ops;
446 static struct bpf_struct_ops bpf_Qdisc_ops = {
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-struct_ops.rst34 | *OBJ* := /a/file/of/bpf_struct_ops.o
/linux/kernel/bpf/
H A DMakefile44 obj-$(CONFIG_BPF_SYSCALL) += bpf_struct_ops.o
H A Dbpf_struct_ops.c351 int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported()
362 struct bpf_struct_ops *st_ops = st_ops_desc->st_ops; in bpf_struct_ops_desc_init()
731 const struct bpf_struct_ops *st_ops = st_ops_desc->st_ops; in bpf_struct_ops_map_update_elem()
H A Dbtf.c9891 btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops, in btf_add_struct_ops()
9976 int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops) in __register_bpf_struct_ops()
H A Dverifier.c19557 const struct bpf_struct_ops *st_ops; in check_struct_ops_btf_id()
/linux/io_uring/
H A Dbpf-ops.c251 static struct bpf_struct_ops bpf_ring_ops = {
/linux/include/linux/
H A Dbtf.h539 struct bpf_struct_ops;
540 int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops);
H A Dbpf.h1807 const struct bpf_struct_ops *st_ops;
2102 struct bpf_struct_ops { struct
2135 struct bpf_struct_ops *st_ops; argument
2221 int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff);
2285 static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff) in bpf_struct_ops_supported()
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c298 static struct bpf_struct_ops bpf_hid_bpf_ops = {
/linux/tools/lib/bpf/
H A Dlibbpf.c524 struct bpf_struct_ops { struct
593 struct bpf_struct_ops *st_ops;
1180 struct bpf_struct_ops *st_ops; in bpf_map__init_kern_struct_ops()
1400 struct bpf_struct_ops *st_ops; in init_struct_ops_maps()
9014 struct bpf_struct_ops *st_ops; in bpf_map_prepare_vdata()
10502 struct bpf_struct_ops *st_ops; in bpf_object__collect_st_ops_relos()
/linux/kernel/sched/ext/
H A Dext.c8299 static struct bpf_struct_ops bpf_sched_ext_ops = {
8371 static struct bpf_struct_ops bpf_sched_ext_ops_cid = {