Searched refs:bpf_verifier_ops (Results 1 – 15 of 15) sorted by relevance
202 static const struct bpf_verifier_ops bpf_dummy_verifier_ops = {
211 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
320 const struct bpf_verifier_ops netfilter_verifier_ops = {
1613 const struct bpf_verifier_ops kprobe_verifier_ops = {1719 const struct bpf_verifier_ops tracepoint_verifier_ops = {2030 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {2041 const struct bpf_verifier_ops tracing_verifier_ops = {2063 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {2145 const struct bpf_verifier_ops perf_event_verifier_ops = {
373 const struct bpf_verifier_ops lsm_verifier_ops = {
1656 const struct bpf_verifier_ops cg_dev_verifier_ops = {2272 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {2499 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
102 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
18 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
33 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable17708 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()19607 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()19668 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()19689 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
5606 const struct bpf_verifier_ops bpf_syscall_verifier_ops = {
918 struct bpf_verifier_ops { struct1602 const struct bpf_verifier_ops *verifier_ops;2013 extern const struct bpf_verifier_ops _name ## _verifier_ops;2023 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;2024 extern const struct bpf_verifier_ops xdp_analyzer_ops;
577 const struct bpf_verifier_ops *ops;
10826 const struct bpf_verifier_ops sk_filter_verifier_ops = {10837 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {10850 const struct bpf_verifier_ops xdp_verifier_ops = {10862 const struct bpf_verifier_ops cg_skb_verifier_ops = {10872 const struct bpf_verifier_ops lwt_in_verifier_ops = {10882 const struct bpf_verifier_ops lwt_out_verifier_ops = {10892 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {10903 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {10913 const struct bpf_verifier_ops cg_sock_verifier_ops = {10922 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()