Searched refs:bpf_verifier_ops (Results 1 – 8 of 8) sorted by relevance
236 struct bpf_verifier_ops { struct421 extern const struct bpf_verifier_ops _name ## _verifier_ops;429 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;430 extern const struct bpf_verifier_ops xdp_analyzer_ops;
187 const struct bpf_verifier_ops *ops;
615 const struct bpf_verifier_ops kprobe_verifier_ops = {719 const struct bpf_verifier_ops tracepoint_verifier_ops = {866 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {948 const struct bpf_verifier_ops perf_event_verifier_ops = {
100 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
6866 const struct bpf_verifier_ops sk_filter_verifier_ops = {6877 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {6889 const struct bpf_verifier_ops xdp_verifier_ops = {6899 const struct bpf_verifier_ops cg_skb_verifier_ops = {6909 const struct bpf_verifier_ops lwt_in_verifier_ops = {6919 const struct bpf_verifier_ops lwt_out_verifier_ops = {6929 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {6940 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {6950 const struct bpf_verifier_ops cg_sock_verifier_ops = {6959 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {[all …]
721 const struct bpf_verifier_ops cg_dev_verifier_ops = {
29 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable5335 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()5902 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()5920 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
1088 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()