Home
last modified time | relevance | path

Searched refs:bpf_verifier_ops (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_no_cfi.c34 static const struct bpf_verifier_ops dummy_verifier_ops;
H A Dbpf_testmod.c1132 static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
1136 static const struct bpf_verifier_ops bpf_testmod_verifier_ops3 = {
1358 static const struct bpf_verifier_ops st_ops_verifier_ops = {
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c143 static const struct bpf_verifier_ops hid_bpf_verifier_ops = {
/linux/drivers/media/rc/
H A Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c263 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux/net/ipv4/
H A Dbpf_tcp_ca.c204 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/linux/net/netfilter/
H A Dnf_bpf_link.c325 const struct bpf_verifier_ops netfilter_verifier_ops = {
/linux/kernel/trace/
H A Dbpf_trace.c1651 const struct bpf_verifier_ops kprobe_verifier_ops = {
1757 const struct bpf_verifier_ops tracepoint_verifier_ops = {
2073 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
2084 const struct bpf_verifier_ops tracing_verifier_ops = {
2106 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
2188 const struct bpf_verifier_ops perf_event_verifier_ops = {
/linux/include/linux/
H A Dbpf.h999 struct bpf_verifier_ops { struct
1795 const struct bpf_verifier_ops *verifier_ops;
2263 extern const struct bpf_verifier_ops _name ## _verifier_ops;
2273 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
2274 extern const struct bpf_verifier_ops xdp_analyzer_ops;
H A Dbpf_verifier.h705 const struct bpf_verifier_ops *ops;
/linux/kernel/bpf/
H A Dbpf_lsm.c409 const struct bpf_verifier_ops lsm_verifier_ops = {
H A Dbpf_struct_ops.c69 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
H A Dverifier.c36 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
20336 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
22917 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
23048 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
23069 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
H A Dsyscall.c6063 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux/net/core/
H A Dfilter.c11008 const struct bpf_verifier_ops sk_filter_verifier_ops = {
11019 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
11032 const struct bpf_verifier_ops xdp_verifier_ops = {
11044 const struct bpf_verifier_ops cg_skb_verifier_ops = {
11054 const struct bpf_verifier_ops lwt_in_verifier_ops = {
11064 const struct bpf_verifier_ops lwt_out_verifier_ops = {
11074 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
11085 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
11094 const struct bpf_verifier_ops cg_sock_verifier_ops = {
11103 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/linux/Documentation/bpf/
H A Dverifier.rst91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
/linux/kernel/sched/
H A Dext.c5928 static const struct bpf_verifier_ops bpf_scx_verifier_ops = {