Searched refs:info_arr (Results 1 – 2 of 2) sorted by relevance
1040 void *info_arr);
3426 struct btf_field_info info_arr[BPF_MAP_VALUE_OFF_MAX]; in btf_parse_kptrs() local3432 ret = btf_find_field(btf, t, BTF_FIELD_KPTR, info_arr, ARRAY_SIZE(info_arr)); in btf_parse_kptrs()3450 t = btf_type_by_id(btf, info_arr[i].type_id); in btf_parse_kptrs()3461 if (info_arr[i].type == BPF_KPTR_REF) { in btf_parse_kptrs()3503 tab->off[i].offset = info_arr[i].off; in btf_parse_kptrs()3504 tab->off[i].type = info_arr[i].type; in btf_parse_kptrs()