Lines Matching defs:tos
119 (dst_prefix,dst_prefixlen,tos,priority,table) */
122 siphash24_compress(&route->tos, sizeof(route->tos), state);
149 if (a->tos < b->tos)
151 if (a->tos > b->tos)
180 unsigned char tos,
187 .tos = tos,
217 unsigned char tos,
234 route->tos = tos;
260 unsigned char tos,
263 return route_add_internal(link, &link->routes_foreign, family, dst, dst_prefixlen, tos, priority, table, ret);
270 unsigned char tos,
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);
518 r = route_add(link, route->family, &route->dst, route->dst_prefixlen, route->tos, route->priority, route->table, &route);