Searched refs:RTV_RTT (Results 1 – 5 of 5) sorted by relevance
1050 #ifdef RTV_RTT in tcp_close()1060 #ifdef RTV_RTT in tcp_close()1078 if ((rt->rt_rmx.rmx_locks & RTV_RTT) == 0) { in tcp_close()1931 #ifdef RTV_RTT in tcp_rmx_rtt()1946 if (rt->rt_rmx.rmx_locks & RTV_RTT) in tcp_rmx_rtt()
293 #define RTV_RTT 0x40 /* init or lock _rtt */ macro
1126 metric(RTV_RTT, rmx_rtt); in _rt_setmetrics()
408 rmx->rmx_rtt, (rmx->rmx_locks & RTV_RTT) ? 'L' : ' ', in p_rtrmx()
411 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()