Lines Matching defs:off
1594 static int find_subprog(struct bpf_verifier_env *env, int off) in find_subprog()
1606 static int add_subprog(struct bpf_verifier_env *env, int off) in add_subprog()
1833 int i, subprog_start, subprog_end, off, cur_subprog = 0; in check_subprogs() local
2827 int off, int size, int value_regno, in check_stack_write_fixed_off()
2965 int ptr_regno, int off, int size, in check_stack_write_var_off()
3113 int off, int size, int dst_regno) in check_stack_read_fixed_off()
3234 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off()
3265 int ptr_regno, int off, int size, in check_stack_read()
3322 int ptr_regno, int off, int size, in check_stack_write()
3345 int off, int size, enum bpf_access_type type) in check_map_access_type()
3368 int off, int size, u32 mem_size, in __check_mem_access()
3404 int off, int size, u32 mem_size, in check_mem_region_access()
3463 int off, int size, bool zero_size_allowed) in check_map_access()
3551 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
3594 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
3630 static int check_flow_keys_access(struct bpf_verifier_env *env, int off, in check_flow_keys_access()
3643 u32 regno, int off, int size, in check_sock_access()
3723 int off, int size, bool strict) in check_pkt_ptr_alignment()
3759 int off, int size, bool strict) in check_generic_ptr_alignment()
3781 const struct bpf_reg_state *reg, int off, in check_ptr_alignment()
3835 int off) in update_stack_depth()
4006 int regno, int off, int size) in __check_buffer_access()
4029 int regno, int off, int size) in check_tp_buffer_access()
4045 int regno, int off, int size, in check_buffer_access()
4120 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val) in bpf_map_direct_read()
4152 int regno, int off, int size, in check_ptr_to_btf_access()
4202 int regno, int off, int size, in check_ptr_to_map_access()
4261 static int check_stack_slot_within_bounds(int off, in check_stack_slot_within_bounds()
4284 int regno, int off, int access_size, in check_stack_access_within_bounds()
4342 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
4686 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
7174 int off) in check_stack_access_for_ptr_arithmetic()
11836 u32 off = insn[1].imm; in resolve_pseudo_ldimm64() local
11953 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
11983 static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) in adjust_subprog_starts()
11997 static void adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) in adjust_poke_descs()
12011 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, in bpf_patch_insn_data()
12040 u32 off, u32 cnt) in adjust_subprog_starts_after_remove()
12095 static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, in bpf_adj_linfo_after_remove()
12159 static int verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in verifier_remove_insns()
12408 u32 target_size, size_default, off; in convert_ctx_accesses() local