Symbol: bpf_verifier_ops
drivers/hid/bpf/hid_bpf_struct_ops.c
143
static const struct bpf_verifier_ops hid_bpf_verifier_ops = {
drivers/media/rc/bpf-lirc.c
130
const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
include/linux/bpf.h
1988
const struct bpf_verifier_ops *verifier_ops;
include/linux/bpf.h
2567
extern const struct bpf_verifier_ops _name ## _verifier_ops;
include/linux/bpf.h
2577
extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
include/linux/bpf.h
2578
extern const struct bpf_verifier_ops xdp_analyzer_ops;
include/linux/bpf_verifier.h
752
const struct bpf_verifier_ops *ops;
kernel/bpf/bpf_lsm.c
413
const struct bpf_verifier_ops lsm_verifier_ops = {
kernel/bpf/bpf_struct_ops.c
69
const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
kernel/bpf/cgroup.c
1863
const struct bpf_verifier_ops cg_dev_verifier_ops = {
kernel/bpf/cgroup.c
2478
const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
kernel/bpf/cgroup.c
2701
const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
kernel/bpf/syscall.c
6523
const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
kernel/bpf/trampoline.c
18
const struct bpf_verifier_ops bpf_extension_verifier_ops = {
kernel/bpf/verifier.c
22525
const struct bpf_verifier_ops *ops = env->ops;
kernel/bpf/verifier.c
25401
env->ops = bpf_verifier_ops[tgt_prog->type];
kernel/bpf/verifier.c
25965
if (ARRAY_SIZE(bpf_verifier_ops) == 0)
kernel/bpf/verifier.c
25989
env->ops = bpf_verifier_ops[env->prog->type];
kernel/bpf/verifier.c
36
static const struct bpf_verifier_ops * const bpf_verifier_ops[] = {
kernel/sched/ext.c
5405
static const struct bpf_verifier_ops bpf_scx_verifier_ops = {
kernel/trace/bpf_trace.c
1364
const struct bpf_verifier_ops kprobe_verifier_ops = {
kernel/trace/bpf_trace.c
1470
const struct bpf_verifier_ops tracepoint_verifier_ops = {
kernel/trace/bpf_trace.c
1792
const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
kernel/trace/bpf_trace.c
1803
const struct bpf_verifier_ops tracing_verifier_ops = {
kernel/trace/bpf_trace.c
1825
const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
kernel/trace/bpf_trace.c
1907
const struct bpf_verifier_ops perf_event_verifier_ops = {
net/bpf/bpf_dummy_struct_ops.c
264
static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
net/core/filter.c
11213
const struct bpf_verifier_ops sk_filter_verifier_ops = {
net/core/filter.c
11224
const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
net/core/filter.c
11237
const struct bpf_verifier_ops xdp_verifier_ops = {
net/core/filter.c
11249
const struct bpf_verifier_ops cg_skb_verifier_ops = {
net/core/filter.c
11259
const struct bpf_verifier_ops lwt_in_verifier_ops = {
net/core/filter.c
11269
const struct bpf_verifier_ops lwt_out_verifier_ops = {
net/core/filter.c
11279
const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
net/core/filter.c
11290
const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
net/core/filter.c
11299
const struct bpf_verifier_ops cg_sock_verifier_ops = {
net/core/filter.c
11308
const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
net/core/filter.c
11317
const struct bpf_verifier_ops sock_ops_verifier_ops = {
net/core/filter.c
11326
const struct bpf_verifier_ops sk_skb_verifier_ops = {
net/core/filter.c
11336
const struct bpf_verifier_ops sk_msg_verifier_ops = {
net/core/filter.c
11346
const struct bpf_verifier_ops flow_dissector_verifier_ops = {
net/core/filter.c
11686
const struct bpf_verifier_ops sk_reuseport_verifier_ops = {
net/core/filter.c
11898
const struct bpf_verifier_ops sk_lookup_verifier_ops = {
net/ipv4/bpf_tcp_ca.c
204
static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
net/netfilter/nf_bpf_link.c
329
const struct bpf_verifier_ops netfilter_verifier_ops = {
net/sched/bpf_qdisc.c
353
static const struct bpf_verifier_ops bpf_qdisc_verifier_ops = {
net/smc/smc_hs_bpf.c
121
static const struct bpf_verifier_ops smc_bpf_verifier_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_test_no_cfi.c
34
static const struct bpf_verifier_ops dummy_verifier_ops;
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1308
static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1313
static const struct bpf_verifier_ops bpf_testmod_verifier_ops3 = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1635
static const struct bpf_verifier_ops st_ops_verifier_ops = {