Symbol: bpf_struct_ops
drivers/hid/bpf/hid_bpf_struct_ops.c
298
static struct bpf_struct_ops bpf_hid_bpf_ops = {
include/linux/bpf.h
1809
const struct bpf_struct_ops *st_ops;
include/linux/bpf.h
2136
struct bpf_struct_ops *st_ops;
include/linux/bpf.h
2216
int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff);
include/linux/bpf.h
2280
static inline int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff)
include/linux/bpf_types.h
71
BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
include/linux/btf.h
535
struct bpf_struct_ops;
include/linux/btf.h
536
int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops);
io_uring/bpf-ops.c
251
static struct bpf_struct_ops bpf_ring_ops = {
kernel/bpf/bpf_struct_ops.c
324
int bpf_struct_ops_supported(const struct bpf_struct_ops *st_ops, u32 moff)
kernel/bpf/bpf_struct_ops.c
335
struct bpf_struct_ops *st_ops = st_ops_desc->st_ops;
kernel/bpf/bpf_struct_ops.c
691
const struct bpf_struct_ops *st_ops = st_ops_desc->st_ops;
kernel/bpf/btf.c
9864
btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops,
kernel/bpf/btf.c
9949
int __register_bpf_struct_ops(struct bpf_struct_ops *st_ops)
kernel/bpf/verifier.c
18632
const struct bpf_struct_ops *st_ops;
kernel/sched/ext/ext.c
8225
static struct bpf_struct_ops bpf_sched_ext_ops = {
kernel/sched/ext/ext.c
8292
static struct bpf_struct_ops bpf_sched_ext_ops_cid = {
net/bpf/bpf_dummy_struct_ops.c
10
static struct bpf_struct_ops bpf_bpf_dummy_ops;
net/bpf/bpf_dummy_struct_ops.c
132
const struct bpf_struct_ops *st_ops = &bpf_bpf_dummy_ops;
net/bpf/bpf_dummy_struct_ops.c
307
static struct bpf_struct_ops bpf_bpf_dummy_ops = {
net/ipv4/bpf_tcp_ca.c
15
static struct bpf_struct_ops bpf_tcp_congestion_ops;
net/ipv4/bpf_tcp_ca.c
332
static struct bpf_struct_ops bpf_tcp_congestion_ops = {
net/sched/bpf_qdisc.c
14
static struct bpf_struct_ops bpf_Qdisc_ops;
net/sched/bpf_qdisc.c
446
static struct bpf_struct_ops bpf_Qdisc_ops = {
net/smc/smc_hs_bpf.c
126
static struct bpf_struct_ops bpf_smc_hs_ctrl_ops = {
tools/lib/bpf/libbpf.c
10458
struct bpf_struct_ops *st_ops;
tools/lib/bpf/libbpf.c
1177
struct bpf_struct_ops *st_ops;
tools/lib/bpf/libbpf.c
1397
struct bpf_struct_ops *st_ops;
tools/lib/bpf/libbpf.c
591
struct bpf_struct_ops *st_ops;
tools/lib/bpf/libbpf.c
8970
struct bpf_struct_ops *st_ops;
tools/testing/selftests/bpf/test_kmods/bpf_test_no_cfi.c
49
static struct bpf_struct_ops test_no_cif_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1522
struct bpf_struct_ops bpf_bpf_testmod_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1545
struct bpf_struct_ops bpf_testmod_ops2 = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1606
struct bpf_struct_ops bpf_testmod_ops3 = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1837
static struct bpf_struct_ops testmod_st_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1978
struct bpf_struct_ops testmod_multi_st_ops = {