Lines Matching defs:type
385 static bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
391 static bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
399 static bool reg_type_not_null(enum bpf_reg_type type) in reg_type_not_null()
407 static bool reg_type_may_be_null(enum bpf_reg_type type) in reg_type_may_be_null()
425 static bool reg_type_may_be_refcounted_or_null(enum bpf_reg_type type) in reg_type_may_be_refcounted_or_null()
435 static bool arg_type_may_be_refcounted(enum bpf_arg_type type) in arg_type_may_be_refcounted()
440 static bool arg_type_may_be_null(enum bpf_arg_type type) in arg_type_may_be_null()
2371 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype()
2509 u8 type = state->stack[spi].slot_type[i]; in check_stack_write_fixed_off() local
2558 u8 type = STACK_MISC; in check_stack_write_fixed_off() local
2773 u8 *stype, type; in check_stack_read_fixed_off() local
2999 int off, int size, enum bpf_access_type type) in check_map_access_type()
3910 enum stack_access_src src, enum bpf_access_type type) in check_stack_access_within_bounds()
4220 enum stack_access_src type, struct bpf_call_arg_meta *meta) in check_stack_range_initialized()
4477 static bool arg_type_is_mem_ptr(enum bpf_arg_type type) in arg_type_is_mem_ptr()
4484 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
4490 static bool arg_type_is_alloc_size(enum bpf_arg_type type) in arg_type_is_alloc_size()
4495 static bool arg_type_is_int_ptr(enum bpf_arg_type type) in arg_type_is_int_ptr()
4501 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
4638 enum bpf_reg_type expected, type = reg->type; in check_reg_type() local
4698 enum bpf_reg_type type = reg->type; in check_func_arg() local
4886 enum bpf_prog_type type = resolve_prog_type(env->prog); in may_update_sockmap() local
5844 enum bpf_reg_type type) in check_reg_sane_offset()
7425 enum bpf_reg_type type, in find_good_pkt_pointers()
8423 static bool may_access_skb(enum bpf_prog_type type) in may_access_skb()
8913 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local
9966 static bool reg_type_mismatch_ok(enum bpf_reg_type type) in reg_type_mismatch_ok()
10336 u32 type, id = insn->imm; in check_pseudo_btf_id() local
10421 static bool is_tracing_prog_type(enum bpf_prog_type type) in is_tracing_prog_type()
11151 enum bpf_access_type type; in convert_ctx_accesses() local