Home
last modified time | relevance | path

Searched refs:st_ops (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1092 static struct bpf_testmod_st_ops *st_ops; variable
1099 if (st_ops && st_ops->test_prologue) in bpf_kfunc_st_ops_test_prologue()
1100 ret = st_ops->test_prologue(args); in bpf_kfunc_st_ops_test_prologue()
1111 if (st_ops && st_ops->test_epilogue) in bpf_kfunc_st_ops_test_epilogue()
1112 ret = st_ops->test_epilogue(args); in bpf_kfunc_st_ops_test_epilogue()
1123 if (st_ops && st_ops->test_pro_epilogue) in bpf_kfunc_st_ops_test_pro_epilogue()
1124 ret = st_ops->test_pro_epilogue(args); in bpf_kfunc_st_ops_test_pro_epilogue()
1561 if (st_ops) { in st_ops_reg()
1566 st_ops = kdata; in st_ops_reg()
1576 st_ops = NULL; in st_ops_unreg()
[all …]
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c132 const struct bpf_struct_ops *st_ops = &bpf_bpf_dummy_ops; in bpf_struct_ops_test_run() local
179 &st_ops->func_models[op_idx], in bpf_struct_ops_test_run()
/linux/arch/s390/include/asm/
H A Dpci.h76 u64 st_ops; member
/linux/net/sched/
H A Dbpf_qdisc.c321 if (prog->aux->st_ops != &bpf_Qdisc_ops) in bpf_qdisc_kfunc_filter()
/linux/kernel/bpf/
H A Dverifier.c23992 const struct bpf_struct_ops *st_ops; in check_struct_ops_btf_id() local
24027 st_ops = st_ops_desc->st_ops; in check_struct_ops_btf_id()
24033 member_idx, st_ops->name); in check_struct_ops_btf_id()
24043 mname, member_idx, st_ops->name); in check_struct_ops_btf_id()
24048 err = bpf_struct_ops_supported(st_ops, member_off); in check_struct_ops_btf_id()
24051 mname, st_ops->name); in check_struct_ops_btf_id()
24055 if (st_ops->check_member) { in check_struct_ops_btf_id()
24056 err = st_ops->check_member(t, member, prog); in check_struct_ops_btf_id()
24060 mname, st_ops->name); in check_struct_ops_btf_id()
24087 prog->aux->st_ops = st_ops; in check_struct_ops_btf_id()
[all …]