Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dnhops.c351 struct nhops_map *nh_map; in dump_nhops_sysctl() local
376 nh_map = calloc(nh_size, sizeof(struct nhops_map)); in dump_nhops_sysctl()
384 nh_map = realloc(nh_map, nh_size * sizeof(struct nhops_map)); in dump_nhops_sysctl()
388 nh_map[nh_count].idx = nh->nh_idx; in dump_nhops_sysctl()
389 nh_map[nh_count].rtm = rtm; in dump_nhops_sysctl()
394 qsort(nh_map, nh_count, sizeof(struct nhops_map), cmp_nh_idx); in dump_nhops_sysctl()
397 nd->nh_map = nh_map; in dump_nhops_sysctl()
413 nh = (struct nhop_external *)(nd.nh_map[0].rtm + 1); in print_nhops_sysctl()
432 rtm = nd.nh_map[i].rtm; in print_nhops_sysctl()
H A Dnhgrp.c249 nd->nh_map = nhg_map; in dump_nhgrp_sysctl()
272 rtm = nd.nh_map[i].rtm; in print_nhgrp_sysctl()
321 rtm = nd.nh_map[i].rtm; in prepare_nh_map()
H A Dcommon.h65 struct nhops_map *nh_map; member