Home
last modified time | relevance | path

Searched refs:bpf_verifier_ops (Results 1 – 15 of 15) 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.c1367 static const struct bpf_verifier_ops bpf_testmod_verifier_ops = { in bpf_testmod_ops__test_return_ref_kptr()
1372 static const struct bpf_verifier_ops bpf_testmod_verifier_ops3 = {
1701 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.c264 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux/net/netfilter/
H A Dnf_bpf_link.c329 const struct bpf_verifier_ops netfilter_verifier_ops = {
/linux/kernel/trace/
H A Dbpf_trace.c1364 const struct bpf_verifier_ops kprobe_verifier_ops = {
1470 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1792 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1803 const struct bpf_verifier_ops tracing_verifier_ops = {
1825 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1907 const struct bpf_verifier_ops perf_event_verifier_ops = {
/linux/net/sched/
H A Dbpf_qdisc.c353 static const struct bpf_verifier_ops bpf_qdisc_verifier_ops = {
/linux/include/linux/
H A Dbpf.h1098 struct bpf_verifier_ops { struct
1990 const struct bpf_verifier_ops *verifier_ops;
2564 extern const struct bpf_verifier_ops _name ## _verifier_ops;
2574 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
2575 extern const struct bpf_verifier_ops xdp_analyzer_ops;
/linux/net/core/
H A Dfilter.c11206 const struct bpf_verifier_ops sk_filter_verifier_ops = {
11217 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
11230 const struct bpf_verifier_ops xdp_verifier_ops = {
11242 const struct bpf_verifier_ops cg_skb_verifier_ops = {
11252 const struct bpf_verifier_ops lwt_in_verifier_ops = {
11262 const struct bpf_verifier_ops lwt_out_verifier_ops = {
11272 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
11283 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
11292 const struct bpf_verifier_ops cg_sock_verifier_ops = {
11301 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/linux/kernel/bpf/
H A Dcgroup.c1863 const struct bpf_verifier_ops cg_dev_verifier_ops = {
2478 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2701 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
H A Dtrampoline.c18 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
H A Dverifier.c36 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
19568 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
19911 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
19935 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
H A Dsyscall.c6521 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux/kernel/sched/
H A Dext.c7390 static const struct bpf_verifier_ops bpf_scx_verifier_ops = {