Searched refs:bpf_verifier_ops (Results 1 – 8 of 8) sorted by relevance
785 const struct bpf_verifier_ops kprobe_verifier_ops = {889 const struct bpf_verifier_ops tracepoint_verifier_ops = {1080 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {1101 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {1183 const struct bpf_verifier_ops perf_event_verifier_ops = {
305 struct bpf_verifier_ops { struct625 extern const struct bpf_verifier_ops _name ## _verifier_ops;633 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;634 extern const struct bpf_verifier_ops xdp_analyzer_ops;
354 const struct bpf_verifier_ops *ops;
133 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
845 const struct bpf_verifier_ops cg_dev_verifier_ops = {1393 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {1544 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
25 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable8490 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()9221 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()9241 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
8467 const struct bpf_verifier_ops sk_filter_verifier_ops = {8478 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {8490 const struct bpf_verifier_ops xdp_verifier_ops = {8501 const struct bpf_verifier_ops cg_skb_verifier_ops = {8511 const struct bpf_verifier_ops lwt_in_verifier_ops = {8521 const struct bpf_verifier_ops lwt_out_verifier_ops = {8531 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {8542 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {8552 const struct bpf_verifier_ops cg_sock_verifier_ops = {8561 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
1093 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()