Lines Matching defs:size
1919 int off, int size, int value_regno, int insn_idx) in check_stack_write()
2025 int off, int size, int value_regno) in check_stack_read()
2126 int off, int size) in check_stack_access()
2150 int off, int size, enum bpf_access_type type) in check_map_access_type()
2173 int size, bool zero_size_allowed) in __check_map_access()
2189 int off, int size, bool zero_size_allowed) in check_map_access()
2300 int off, int size, bool zero_size_allowed) in __check_packet_access()
2315 int size, bool zero_size_allowed) in check_packet_access()
2354 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
2384 int size) in check_flow_keys_access()
2396 u32 regno, int off, int size, in check_sock_access()
2481 int off, int size, bool strict) in check_pkt_ptr_alignment()
2517 int off, int size, bool strict) in check_generic_ptr_alignment()
2540 int size, bool strict_alignment_once) in check_ptr_alignment()
2732 int regno, int off, int size) in check_tp_buffer_access()
2759 static void coerce_reg_to_size(struct bpf_reg_state *reg, int size) in coerce_reg_to_size()
2784 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val) in bpf_map_direct_read()
2827 int size, err = 0; in check_mem_access() local
3507 int size = int_ptr_type_to_size(arg_type); in check_func_arg() local
5340 int size = BPF_CLASS(insn->code) == BPF_ALU64 ? 64 : 32; in check_alu_op() local
8819 int i, cnt, size, ctx_field_size, delta = 0; in convert_ctx_accesses() local