Searched refs:RT_MAX_WEIGHT (Results 1 – 3 of 3) sorted by relevance
109 #define RT_MAX_WEIGHT 16777215 /* 3 bytes */ macro
107 #define RT_MAX_WEIGHT 16777215 /* 3 bytes */ macro
245 if (weight > RT_MAX_WEIGHT) in get_info_weight()246 weight = RT_MAX_WEIGHT; in get_info_weight()