• Home
  • Raw
  • Download

Lines Matching defs:off

1416 static int find_subprog(struct bpf_verifier_env *env, int off)  in find_subprog()
1427 static int add_subprog(struct bpf_verifier_env *env, int off) in add_subprog()
1451 int i, ret, subprog_start, subprog_end, off, cur_subprog = 0; in check_subprogs() local
2288 … struct bpf_func_state *state, int off, int size, int value_regno, int insn_idx) in check_stack_write_fixed_off()
2415 … struct bpf_func_state *state, int ptr_regno, int off, int size, int value_regno, in check_stack_write_var_off()
2559 … struct bpf_func_state *reg_state, int off, int size, int dst_regno) in check_stack_read_fixed_off()
2659 static int check_stack_read_var_off(struct bpf_verifier_env *env, int ptr_regno, int off, int size,… in check_stack_read_var_off()
2689 static int check_stack_read(struct bpf_verifier_env *env, int ptr_regno, int off, int size, int dst… in check_stack_read()
2743 static int check_stack_write(struct bpf_verifier_env *env, int ptr_regno, int off, int size, int va… in check_stack_write()
2762 static int check_map_access_type(struct bpf_verifier_env *env, u32 regno, int off, int size, enum b… in check_map_access_type()
2780 static int __check_mem_access(struct bpf_verifier_env *env, int regno, int off, int size, u32 mem_s… in __check_mem_access()
2810 static int check_mem_region_access(struct bpf_verifier_env *env, u32 regno, int off, int size, u32 … in check_mem_region_access()
2862 static int check_map_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zero_s… in check_map_access()
2942 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zer… in check_packet_access()
2978 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, enum bpf… in check_ctx_access()
3012 static int check_flow_keys_access(struct bpf_verifier_env *env, int off, int size) in check_flow_keys_access()
3021 static int check_sock_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, int off, int si… in check_sock_access()
3095 …pkt_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, in check_pkt_ptr_alignment()
3129 const char *pointer_desc, int off, int size, bool strict) in check_generic_ptr_alignment()
3150 …eck_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, in check_ptr_alignment()
3198 …ic int update_stack_depth(struct bpf_verifier_env *env, const struct bpf_func_state *func, int off) in update_stack_depth()
3379 int regno, int off, int size) in __check_buffer_access()
3396 …tp_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, in check_tp_buffer_access()
3413 …ck_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, in check_buffer_access()
3474 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val) in bpf_map_direct_read()
3505 …eck_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, in check_ptr_to_btf_access()
3548 …eck_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, in check_ptr_to_map_access()
3604 static int check_stack_slot_within_bounds(int off, struct bpf_func_state *state, enum bpf_access_ty… in check_stack_slot_within_bounds()
3625 static int check_stack_access_within_bounds(struct bpf_verifier_env *env, int regno, int off, int a… in check_stack_access_within_bounds()
3689 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, int off, int bpf… in check_mem_access()
3947 static int check_stack_range_initialized(struct bpf_verifier_env *env, int regno, int off, int acce… in check_stack_range_initialized()
5882 const struct bpf_reg_state *reg, int off) in check_stack_access_for_ptr_arithmetic()
10228 u32 off = insn[1].imm; in resolve_pseudo_ldimm64() local
10332 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
10362 static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) in adjust_subprog_starts()
10378 static void adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) in adjust_poke_descs()
10393 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, const struct bpf… in bpf_patch_insn_data()
10420 static int adjust_subprog_starts_after_remove(struct bpf_verifier_env *env, u32 off, u32 cnt) in adjust_subprog_starts_after_remove()
10478 static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_adj_linfo_after_remove()
10547 static int verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in verifier_remove_insns()
10792 u32 target_size, size_default, off; in convert_ctx_accesses() local