Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dcommon.h70 struct nhop_map;
71 void nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname);
H A Dnhops.c115 struct nhop_map { struct
119 static struct nhop_map global_nhop_map; argument
122 static struct nhop_entry *nhop_get(struct nhop_map *map, uint32_t idx);
209 nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname) in nhop_map_update()
235 nhop_get(struct nhop_map *map, uint32_t idx) in nhop_get()
H A Dnhgrp.c67 struct nhop_map { struct
71 static struct nhop_map global_nhop_map; argument
77 nhop_get(struct nhop_map *map, uint32_t idx) in nhop_get()