Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dcommon.h71 void nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname);
H A Dnhops.c209 nhop_map_update(struct nhop_map *map, uint32_t idx, char *gw, char *ifname) in nhop_map_update() function
289 nhop_map_update(&global_nhop_map, nh->nh_idx, gw_addr, iface_name); in print_nhop_entry_sysctl()
H A Dnhgrp.c308 nhop_map_update(&global_nhop_map, nh->nh_idx, gw_addr, iface_name); in update_global_map()