Home
last modified time | relevance | path

Searched refs:RTV_RTT (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Droute.h464 #define RTV_RTT 0x40 /* init or lock _rtt */ macro
H A Drtsock.c814 metric(RTV_RTT, rmx_rtt); in rt_setmetrics()
/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.c287 (rt->rt_rmx.rmx_locks & RTV_RTT), in tcp_log_rt_rtt()
H A Dtcp_subr.c1237 if (rt->rt_rmx.rmx_locks & RTV_RTT) { in tcp_getrt_rtt()
1517 if ((rt->rt_rmx.rmx_locks & RTV_RTT) == 0) { in tcp_close()
1600 if (!(rt->rt_rmx.rmx_locks & RTV_RTT) && in tcp_close()