Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.c63 if (route->gw_weight > gw->gw_weight) in link_find_default_gateway()
Dnetworkd-route.h36 uint32_t gw_weight; member
Dnetworkd-route.c130 siphash24_compress(&route->gw_weight, sizeof(route->gw_weight), state); in route_hash_func()
190 r = CMP(a->gw_weight, b->gw_weight); in route_compare_func()
353 route->gw_weight = nh_weight; in route_apply_nexthop()
365 route->gw_weight = m->weight; in route_apply_multipath_route()