Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dnhgrp.c201 size_t nhg_count, nhg_size; in dump_nhgrp_sysctl() local
223 nhg_count = 0; in dump_nhgrp_sysctl()
231 if (nhg_count >= nhg_size) { 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()
239 nhg_count++; in dump_nhgrp_sysctl()
242 if (nhg_count > 0) in dump_nhgrp_sysctl()
243 qsort(nhg_map, nhg_count, sizeof(struct nhops_map), cmp_nhg_idx); in dump_nhgrp_sysctl()
245 nd->nh_count = nhg_count; in dump_nhgrp_sysctl()