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()
4338 case PTR_TO_CTX: in __check_mem_access()5027 return reg->type == PTR_TO_CTX; in is_ctx_reg()5235 case PTR_TO_CTX: in check_ptr_alignment()6465 } else if (reg->type == PTR_TO_CTX) { in check_mem_access()7064 case PTR_TO_CTX: in check_helper_mem_access()7081 if (known_memory && base_type(reg->type) != PTR_TO_CTX) in check_helper_mem_access()8159 PTR_TO_CTX,8172 static const struct bpf_reg_types context_types = { .types = { PTR_TO_CTX } };8541 case PTR_TO_CTX: in __check_func_arg_reg_off()9727 if (reg->type != PTR_TO_CTX) { in btf_check_func_arg_match()[all …]
690 aux[adj_idx].ptr_type == PTR_TO_CTX) in bpf_opt_subreg_zext_lo32_rnd_hi32()915 case PTR_TO_CTX: in bpf_convert_ctx_accesses()
1052 PTR_TO_CTX, /* reg points to bpf_context */ enumerator