Lines Matching defs:RT
844 #define RT ((struct rt_entry *)rn)
849 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
850 print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp));
851 trace_bits(rs_bits, RT->rt_state, 0);
852 if (RT->rt_poison_time >= now_garbage
853 && RT->rt_poison_metric < RT->rt_metric)
855 RT->rt_poison_metric, ts(RT->rt_poison_time));
857 rts = &RT->rt_spares[1];