Lines Matching refs:RT
1047 #define RT ((struct rt_entry *)rn) in walk_trace() macro
1052 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate)); in walk_trace()
1053 print_rts(&RT->rt_spares[0], 0, 0, 0, 0, in walk_trace()
1054 AGE_RT(RT->rt_state, RT->rt_spares[0].rts_origin, RT->rt_ifp)); in walk_trace()
1055 print_rtsorigin(origin_bits, RT->rt_spares[0].rts_origin); in walk_trace()
1056 trace_bits(rs_bits, RT->rt_state, _B_FALSE); in walk_trace()
1057 if (RT->rt_poison_time >= now_garbage && in walk_trace()
1058 RT->rt_poison_metric < RT->rt_metric) in walk_trace()
1060 RT->rt_poison_metric, ts(RT->rt_poison_time)); in walk_trace()
1061 (void) fprintf(ftrace, "%d spare slots", RT->rt_num_spares); in walk_trace()
1063 rts = &RT->rt_spares[1]; in walk_trace()
1064 for (i = 1; i < RT->rt_num_spares; i++, rts++) { in walk_trace()