Searched refs:PTR_TO_CTX (Results 1 – 5 of 5) sorted by relevance
405 [PTR_TO_CTX] = "ctx", in reg_type_str()
936 case PTR_TO_CTX: in bpf_diag_reg_type_plain()2123 if (base_type(snapshot->type) == PTR_TO_CTX) in diag_reg_snapshot()
4320 case PTR_TO_CTX: in __check_mem_access()4995 return reg->type == PTR_TO_CTX; in is_ctx_reg()5203 case PTR_TO_CTX: in check_ptr_alignment()6418 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()7017 case PTR_TO_CTX: in check_helper_mem_access()7034 if (known_memory && base_type(reg->type) != PTR_TO_CTX) in check_helper_mem_access()8114 PTR_TO_CTX,8127 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };8495 case PTR_TO_CTX: in __check_func_arg_reg_off()9677 if (reg->type != PTR_TO_CTX) { in btf_check_func_arg_match()[all …]
685 aux[adj_idx].ptr_type == PTR_TO_CTX) in bpf_opt_subreg_zext_lo32_rnd_hi32()910 case PTR_TO_CTX: in bpf_convert_ctx_accesses()
1051 PTR_TO_CTX, /* reg points to bpf_context */ enumerator