Lines Matching refs:dst
120 siphash24_compress(&route->dst, FAMILY_ADDRESS_SIZE(route->family), state);
164 return memcmp(&a->dst, &b->dst, FAMILY_ADDRESS_SIZE(a->family));
178 union in_addr_union *dst,
193 assert(dst);
196 route.dst = *dst;
215 union in_addr_union *dst,
225 assert(dst);
232 route->dst = *dst;
258 union in_addr_union *dst,
263 return route_add_internal(link, &link->routes_foreign, family, dst, dst_prefixlen, tos, priority, table, ret);
268 union in_addr_union *dst,
276 r = route_get(link, family, dst, dst_prefixlen, tos, priority, table, &route);
279 r = route_add_internal(link, &link->routes, family, dst, dst_prefixlen, tos, priority, table, &route);
360 r = sd_netlink_message_append_in_addr(req, RTA_DST, &route->dst.in);
362 r = sd_netlink_message_append_in6_addr(req, RTA_DST, &route->dst.in6);
457 r = sd_netlink_message_append_in_addr(req, RTA_DST, &route->dst.in);
459 r = sd_netlink_message_append_in6_addr(req, RTA_DST, &route->dst.in6);
518 r = route_add(link, route->family, &route->dst, route->dst_prefixlen, route->tos, route->priority, route->table, &route);
692 n->dst = buffer;