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
2104
const struct bpf_verifier_ops *verifier_ops;
include/linux/bpf.h
2689
extern const struct bpf_verifier_ops _name ## _verifier_ops;
include/linux/bpf.h
2699
extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
include/linux/bpf.h
2700
extern const struct bpf_verifier_ops xdp_analyzer_ops;
include/linux/bpf_verifier.h
908
const struct bpf_verifier_ops *ops;
io_uring/bpf-ops.c
103
static const struct bpf_verifier_ops bpf_io_verifier_ops = {
kernel/bpf/bpf_lsm.c
417
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
1901
const struct bpf_verifier_ops cg_dev_verifier_ops = {
kernel/bpf/cgroup.c
2517
const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
kernel/bpf/cgroup.c
2740
const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
kernel/bpf/fixups.c
691
const struct bpf_verifier_ops *ops = env->ops;
kernel/bpf/syscall.c
6697
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
19371
env->ops = bpf_verifier_ops[tgt_prog->type];
kernel/bpf/verifier.c
19783
if (ARRAY_SIZE(bpf_verifier_ops) == 0)
kernel/bpf/verifier.c
19807
env->ops = bpf_verifier_ops[env->prog->type];
kernel/bpf/verifier.c
37
static const struct bpf_verifier_ops * const bpf_verifier_ops[] = {
kernel/sched/ext/ext.c
7933
static const struct bpf_verifier_ops bpf_scx_verifier_ops = {
kernel/trace/bpf_trace.c
1395
const struct bpf_verifier_ops kprobe_verifier_ops = {
kernel/trace/bpf_trace.c
1501
const struct bpf_verifier_ops tracepoint_verifier_ops = {
kernel/trace/bpf_trace.c
1823
const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
kernel/trace/bpf_trace.c
1834
const struct bpf_verifier_ops tracing_verifier_ops = {
kernel/trace/bpf_trace.c
1856
const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
kernel/trace/bpf_trace.c
1938
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
11334
const struct bpf_verifier_ops sk_filter_verifier_ops = {
net/core/filter.c
11345
const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
net/core/filter.c
11358
const struct bpf_verifier_ops xdp_verifier_ops = {
net/core/filter.c
11370
const struct bpf_verifier_ops cg_skb_verifier_ops = {
net/core/filter.c
11380
const struct bpf_verifier_ops lwt_in_verifier_ops = {
net/core/filter.c
11390
const struct bpf_verifier_ops lwt_out_verifier_ops = {
net/core/filter.c
11400
const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
net/core/filter.c
11411
const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
net/core/filter.c
11420
const struct bpf_verifier_ops cg_sock_verifier_ops = {
net/core/filter.c
11429
const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
net/core/filter.c
11438
const struct bpf_verifier_ops sock_ops_verifier_ops = {
net/core/filter.c
11447
const struct bpf_verifier_ops sk_skb_verifier_ops = {
net/core/filter.c
11457
const struct bpf_verifier_ops sk_msg_verifier_ops = {
net/core/filter.c
11467
const struct bpf_verifier_ops flow_dissector_verifier_ops = {
net/core/filter.c
11807
const struct bpf_verifier_ops sk_reuseport_verifier_ops = {
net/core/filter.c
12019
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
1446
static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1451
static const struct bpf_verifier_ops bpf_testmod_verifier_ops3 = {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1780
static const struct bpf_verifier_ops st_ops_verifier_ops = {