Searched refs:bpf_verifier_ops (Results 1 – 12 of 12) sorted by relevance
74 const struct bpf_verifier_ops lsm_verifier_ops = {
14 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
1201 const struct bpf_verifier_ops cg_dev_verifier_ops = {1748 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {1899 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
91 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable10390 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()11767 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()11825 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()11845 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
1389 const struct bpf_verifier_ops kprobe_verifier_ops = {1493 const struct bpf_verifier_ops tracepoint_verifier_ops = {1787 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {1798 const struct bpf_verifier_ops tracing_verifier_ops = {1820 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {1902 const struct bpf_verifier_ops perf_event_verifier_ops = {
180 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
437 struct bpf_verifier_ops { struct888 const struct bpf_verifier_ops *verifier_ops;1181 extern const struct bpf_verifier_ops _name ## _verifier_ops;1191 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;1192 extern const struct bpf_verifier_ops xdp_analyzer_ops;
381 const struct bpf_verifier_ops *ops;
130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
9646 const struct bpf_verifier_ops sk_filter_verifier_ops = {9657 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {9669 const struct bpf_verifier_ops xdp_verifier_ops = {9680 const struct bpf_verifier_ops cg_skb_verifier_ops = {9690 const struct bpf_verifier_ops lwt_in_verifier_ops = {9700 const struct bpf_verifier_ops lwt_out_verifier_ops = {9710 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {9721 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {9731 const struct bpf_verifier_ops cg_sock_verifier_ops = {9740 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()