Home
last modified time | relevance | path

Searched refs:nhg_map (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/netstat/
H A Dnhgrp.c203 struct nhops_map *nhg_map; in dump_nhgrp_sysctl() local
228 nhg_map = calloc(nhg_size, sizeof(struct nhops_map)); in dump_nhgrp_sysctl()
236 nhg_map = realloc(nhg_map, nhg_size * sizeof(struct nhops_map)); in dump_nhgrp_sysctl()
240 nhg_map[nhg_count].idx = nhg->nhg_idx; in dump_nhgrp_sysctl()
241 nhg_map[nhg_count].rtm = rtm; in dump_nhgrp_sysctl()
246 qsort(nhg_map, nhg_count, sizeof(struct nhops_map), cmp_nhg_idx); in dump_nhgrp_sysctl()
249 nd->nh_map = nhg_map; in dump_nhgrp_sysctl()