Searched refs:nhg_map (Results 1 – 1 of 1) sorted by relevance
200 struct nhops_map *nhg_map; in dump_nhgrp_sysctl() local225 nhg_map = calloc(nhg_size, sizeof(struct nhops_map)); in dump_nhgrp_sysctl()233 nhg_map = realloc(nhg_map, nhg_size * sizeof(struct nhops_map)); in dump_nhgrp_sysctl()237 nhg_map[nhg_count].idx = nhg->nhg_idx; in dump_nhgrp_sysctl()238 nhg_map[nhg_count].rtm = rtm; in dump_nhgrp_sysctl()243 qsort(nhg_map, nhg_count, sizeof(struct nhops_map), cmp_nhg_idx); in dump_nhgrp_sysctl()246 nd->nh_map = nhg_map; in dump_nhgrp_sysctl()