Searched refs:compatible (Results 1 – 1 of 1) sorted by relevance
5204 const struct bpf_reg_types *compatible; in check_reg_type() local5207 compatible = compatible_reg_types[base_type(arg_type)]; in check_reg_type()5208 if (!compatible) { in check_reg_type()5228 for (i = 0; i < ARRAY_SIZE(compatible->types); i++) { in check_reg_type()5229 expected = compatible->types[i]; in check_reg_type()5239 verbose(env, "%s, ", reg_type_str(env, compatible->types[j])); in check_reg_type()5240 verbose(env, "%s\n", reg_type_str(env, compatible->types[j])); in check_reg_type()5246 if (!compatible->btf_id) { in check_reg_type()5250 arg_btf_id = compatible->btf_id; in check_reg_type()