Lines Matching refs:prefsrc
133 siphash24_compress(&route->prefsrc, FAMILY_ADDRESS_SIZE(route->family), state); in route_hash_func()
195 r = memcmp(&a->prefsrc, &b->prefsrc, FAMILY_ADDRESS_SIZE(a->family)); in route_compare_func()
547 … _cleanup_free_ char *state = NULL, *dst = NULL, *src = NULL, *gw_alloc = NULL, *prefsrc = NULL, in log_route_debug() local
591 if (in_addr_is_set(route->family, &route->prefsrc)) in log_route_debug()
592 (void) in_addr_to_string(route->family, &route->prefsrc, &prefsrc); in log_route_debug()
602 strna(dst), strna(src), strna(gw), strna(prefsrc), in log_route_debug()
653 if (in_addr_is_set(route->family, &route->prefsrc)) { in route_set_netlink_message()
654 … r = netlink_message_append_in_addr_union(req, RTA_PREFSRC, route->family, &route->prefsrc); in route_set_netlink_message()
1282 if (in_addr_is_set(route->family, &route->prefsrc) > 0) { in route_is_ready_to_configure()
1283 … r = manager_has_address(link->manager, route->family, &route->prefsrc, route->family == AF_INET6); in route_is_ready_to_configure()
1744 r = netlink_message_read_in_addr_union(message, RTA_PREFSRC, tmp->family, &tmp->prefsrc); in manager_rtnl_process_route()
2057 r = in_addr_from_string_auto(rvalue, &n->family, &n->prefsrc); in config_parse_preferred_src()
2059 r = in_addr_from_string(n->family, rvalue, &n->prefsrc); in config_parse_preferred_src()