Home
last modified time | relevance | path

Searched refs:nexthop_grp (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/
Dnetworkd-nexthop.c171 struct nexthop_grp *nhg; in nexthop_dup()
189 _cleanup_free_ struct nexthop_grp *g = NULL; in nexthop_dup()
191 g = newdup(struct nexthop_grp, nhg, 1); in nexthop_dup()
350 struct nexthop_grp *nhg; in log_nexthop_debug()
453 _cleanup_free_ struct nexthop_grp *group = NULL; in nexthop_configure()
454 struct nexthop_grp *p, *nhg; in nexthop_configure()
456 group = new(struct nexthop_grp, hashmap_size(nexthop->group)); in nexthop_configure()
464 …r = sd_netlink_message_append_data(m, NHA_GROUP, group, sizeof(struct nexthop_grp) * hashmap_size(… in nexthop_configure()
514 struct nexthop_grp *nhg; in nexthop_is_ready_to_configure()
888 struct nexthop_grp *group = raw_group; in manager_rtnl_process_nexthop()
[all …]
Dnetworkd-route.c453 struct nexthop_grp *nhg; in route_convert()
1262 struct nexthop_grp *nhg; in route_is_ready_to_configure()
Dnetworkd-json.c156 struct nexthop_grp *g; in nexthop_group_build_json()
/systemd-251/src/basic/linux/
Dnexthop.h16 struct nexthop_grp { struct