Searched refs:nexthop_get (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/network/ |
D | networkd-nexthop.c | 227 static int nexthop_get(Manager *manager, Link *link, NextHop *in, NextHop **ret) { in nexthop_get() function 583 if (nexthop_get(link->manager, link, nexthop, &existing) < 0) { in link_request_nexthop() 681 if (nexthop_get(manager, NULL, nexthop, &existing) >= 0) in manager_mark_nexthops() 734 if (nexthop_get(NULL, link, nexthop, &existing) >= 0) in link_drop_foreign_nexthops() 959 (void) nexthop_get(m, link, tmp, &nexthop); in manager_rtnl_process_nexthop()
|