Searched refs:bpf_verifier_ops (Results 1 – 12 of 12) sorted by relevance
74 const struct bpf_verifier_ops lsm_verifier_ops = {
1253 const struct bpf_verifier_ops cg_dev_verifier_ops = {1806 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {1957 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
14 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
91 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable10990 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()12327 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()12385 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()12405 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
1379 const struct bpf_verifier_ops kprobe_verifier_ops = {1483 const struct bpf_verifier_ops tracepoint_verifier_ops = {1773 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {1784 const struct bpf_verifier_ops tracing_verifier_ops = {1806 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {1888 const struct bpf_verifier_ops perf_event_verifier_ops = {
180 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
497 struct bpf_verifier_ops { struct970 const struct bpf_verifier_ops *verifier_ops;1292 extern const struct bpf_verifier_ops _name ## _verifier_ops;1302 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;1303 extern const struct bpf_verifier_ops xdp_analyzer_ops;
419 const struct bpf_verifier_ops *ops;
130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
9723 const struct bpf_verifier_ops sk_filter_verifier_ops = {9734 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {9746 const struct bpf_verifier_ops xdp_verifier_ops = {9757 const struct bpf_verifier_ops cg_skb_verifier_ops = {9767 const struct bpf_verifier_ops lwt_in_verifier_ops = {9777 const struct bpf_verifier_ops lwt_out_verifier_ops = {9787 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {9798 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {9808 const struct bpf_verifier_ops cg_sock_verifier_ops = {9817 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()