Searched refs:nhg (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/network/ |
D | networkd-nexthop.c | 171 struct nexthop_grp *nhg; in nexthop_dup() local 188 HASHMAP_FOREACH(nhg, src->group) { in nexthop_dup() 191 g = newdup(struct nexthop_grp, nhg, 1); in nexthop_dup() 350 struct nexthop_grp *nhg; in log_nexthop_debug() local 364 HASHMAP_FOREACH(nhg, nexthop->group) in log_nexthop_debug() local 365 … (void) strextendf_with_separator(&group, ",", "%"PRIu32":%"PRIu32, nhg->id, nhg->weight+1); in log_nexthop_debug() 454 struct nexthop_grp *p, *nhg; in nexthop_configure() local 461 HASHMAP_FOREACH(nhg, nexthop->group) in nexthop_configure() 462 *p++ = *nhg; in nexthop_configure() 514 struct nexthop_grp *nhg; in nexthop_is_ready_to_configure() local [all …]
|
D | networkd-route.c | 453 struct nexthop_grp *nhg; in route_convert() local 481 HASHMAP_FOREACH(nhg, nh->group) { in route_convert() 484 r = manager_get_nexthop_by_id(manager, nhg->id, &h); in route_convert() 492 route_apply_nexthop(c->routes[i], h, nhg->weight); in route_convert() 1262 struct nexthop_grp *nhg; in route_is_ready_to_configure() local 1271 HASHMAP_FOREACH(nhg, nh->group) { in route_is_ready_to_configure() 1274 if (manager_get_nexthop_by_id(link->manager, nhg->id, &g) < 0) in route_is_ready_to_configure()
|