Lines Matching refs:bpf_verifier_env
516 struct bpf_verifier_env { struct
585 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, argument
590 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
597 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs()
603 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env,
605 int bpf_prog_offload_finalize(struct bpf_verifier_env *env);
607 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off,
610 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt);
612 int check_ptr_off_reg(struct bpf_verifier_env *env,
614 int check_func_arg_reg_off(struct bpf_verifier_env *env,
617 int check_mem_reg(struct bpf_verifier_env *env, struct bpf_reg_state *reg,
620 int process_dynptr_func(struct bpf_verifier_env *env, int regno,
649 int mark_chain_precision(struct bpf_verifier_env *env, int regno);