Searched refs:nexthops_by_id (Results 1 – 3 of 3) sorted by relevance
73 Hashmap *nexthops_by_id; member
36 … hashmap_remove(nexthop->link->manager->nexthops_by_id, UINT32_TO_PTR(nexthop->id)); in nexthop_free()43 … hashmap_remove(nexthop->manager->nexthops_by_id, UINT32_TO_PTR(nexthop->id)); in nexthop_free()214 nh = hashmap_get(manager->nexthops_by_id, UINT32_TO_PTR(id)); in manager_get_nexthop_by_id()306 … return hashmap_ensure_put(&manager->nexthops_by_id, NULL, UINT32_TO_PTR(nexthop->id), nexthop); in nexthop_add()
581 m->nexthops_by_id = hashmap_free(m->nexthops_by_id); in manager_free()