Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_no_cfi/
Dbpf_test_no_cfi.c34 static const struct bpf_verifier_ops dummy_verifier_ops;
/linux-6.12.1/drivers/hid/bpf/
Dhid_bpf_struct_ops.c143 static const struct bpf_verifier_ops hid_bpf_verifier_ops = {
/linux-6.12.1/net/ipv4/
Dbpf_tcp_ca.c204 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/linux-6.12.1/net/bpf/
Dbpf_dummy_struct_ops.c263 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
/linux-6.12.1/drivers/media/rc/
Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/linux-6.12.1/net/netfilter/
Dnf_bpf_link.c325 const struct bpf_verifier_ops netfilter_verifier_ops = {
/linux-6.12.1/kernel/trace/
Dbpf_trace.c1612 const struct bpf_verifier_ops kprobe_verifier_ops = {
1718 const struct bpf_verifier_ops tracepoint_verifier_ops = {
2034 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
2045 const struct bpf_verifier_ops tracing_verifier_ops = {
2067 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
2149 const struct bpf_verifier_ops perf_event_verifier_ops = {
/linux-6.12.1/kernel/bpf/
Dbpf_lsm.c411 const struct bpf_verifier_ops lsm_verifier_ops = {
Dcgroup.c1684 const struct bpf_verifier_ops cg_dev_verifier_ops = {
2303 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
2530 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
Dtrampoline.c18 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
Dbpf_struct_ops.c68 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
Dverifier.c36 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
19686 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
22245 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
22309 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
22330 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
Dsyscall.c5921 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
/linux-6.12.1/include/linux/
Dbpf.h974 struct bpf_verifier_ops { struct
1748 const struct bpf_verifier_ops *verifier_ops;
2219 extern const struct bpf_verifier_ops _name ## _verifier_ops;
2229 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
2230 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h707 const struct bpf_verifier_ops *ops;
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c1093 static const struct bpf_verifier_ops bpf_testmod_verifier_ops = {
1253 static const struct bpf_verifier_ops st_ops_verifier_ops = {
/linux-6.12.1/net/core/
Dfilter.c11002 const struct bpf_verifier_ops sk_filter_verifier_ops = {
11013 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
11026 const struct bpf_verifier_ops xdp_verifier_ops = {
11038 const struct bpf_verifier_ops cg_skb_verifier_ops = {
11048 const struct bpf_verifier_ops lwt_in_verifier_ops = {
11058 const struct bpf_verifier_ops lwt_out_verifier_ops = {
11068 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
11079 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
11088 const struct bpf_verifier_ops cg_sock_verifier_ops = {
11097 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/linux-6.12.1/Documentation/bpf/
Dverifier.rst91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
/linux-6.12.1/kernel/sched/
Dext.c5425 static const struct bpf_verifier_ops bpf_scx_verifier_ops = {