Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dnhops.c110 struct nhop_entry { struct
116 struct nhop_entry *ptr; argument
122 static struct nhop_entry *nhop_get(struct nhop_map *map, uint32_t idx);
221 sz = new_size * (sizeof(struct nhop_entry)); in nhop_map_update()
225 memset(&map->ptr[map->size], 0, (new_size - map->size) * sizeof(struct nhop_entry)); in nhop_map_update()
234 static struct nhop_entry *
H A Dnhgrp.c62 struct nhop_entry { struct
68 struct nhop_entry *ptr; argument
76 static struct nhop_entry *
123 struct nhop_entry *ne; in print_nhgroup_entry_sysctl()