Lines Matching defs:off
622 static int get_spi(s32 off) in get_spi()
1852 static int find_subprog(struct bpf_verifier_env *env, int off) in find_subprog()
1864 static int add_subprog(struct bpf_verifier_env *env, int off) in add_subprog()
2235 int i, subprog_start, subprog_end, off, cur_subprog = 0; in check_subprogs() local
3254 int off, int size, int value_regno, in check_stack_write_fixed_off()
3393 int ptr_regno, int off, int size, in check_stack_write_var_off()
3542 int off, int size, int dst_regno) in check_stack_read_fixed_off()
3663 int ptr_regno, int off, int size, int dst_regno) in check_stack_read_var_off()
3694 int ptr_regno, int off, int size, in check_stack_read()
3751 int ptr_regno, int off, int size, in check_stack_write()
3774 int off, int size, enum bpf_access_type type) in check_map_access_type()
3797 int off, int size, u32 mem_size, in __check_mem_access()
3833 int off, int size, u32 mem_size, in check_mem_region_access()
4054 int off, int size, bool zero_size_allowed, in check_map_access()
4168 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
4211 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
4247 static int check_flow_keys_access(struct bpf_verifier_env *env, int off, in check_flow_keys_access()
4260 u32 regno, int off, int size, in check_sock_access()
4340 int off, int size, bool strict) in check_pkt_ptr_alignment()
4376 int off, int size, bool strict) in check_generic_ptr_alignment()
4398 const struct bpf_reg_state *reg, int off, in check_ptr_alignment()
4452 int off) in update_stack_depth()
4616 int regno, int off, int size) in __check_buffer_access()
4639 int regno, int off, int size) in check_tp_buffer_access()
4655 int regno, int off, int size, in check_buffer_access()
4730 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val) in bpf_map_direct_read()
4762 int regno, int off, int size, in check_ptr_to_btf_access()
4833 int regno, int off, int size, in check_ptr_to_map_access()
4893 static int check_stack_slot_within_bounds(int off, in check_stack_slot_within_bounds()
4916 int regno, int off, int access_size, in check_stack_access_within_bounds()
4974 int off, int bpf_size, enum bpf_access_type t, in check_mem_access()
5327 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
8422 int off) in check_stack_access_for_ptr_arithmetic()
13153 u32 off = insn[1].imm; in resolve_pseudo_ldimm64() local
13270 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
13300 static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) in adjust_subprog_starts()
13314 static void adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) in adjust_poke_descs()
13328 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, in bpf_patch_insn_data()
13357 u32 off, u32 cnt) in adjust_subprog_starts_after_remove()
13412 static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, in bpf_adj_linfo_after_remove()
13476 static int verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in verifier_remove_insns()
13725 u32 target_size, size_default, off; in convert_ctx_accesses() local