Searched refs:tcp_rttlocal (Results 1 – 4 of 4) sorted by relevance
762 extern int tcp_rttlocal; /* Use RTT to decide who's 'local' */
213 int tcp_rttlocal = 0; /* Use RTT to decide who's 'local' */ variable1850 if (__predict_false(tcp_rttlocal)) { in tcp_established()1882 if (__predict_false(tcp_rttlocal)) { in tcp_established()
2218 NULL, 0, &tcp_rttlocal, 0, in sysctl_net_inet_tcp_setup2()
3350 * tcp_rttlocal to 0; see corresponding code in in tcp_xmit_timer() 3357 if (__predict_false(tcp_rttlocal) && tcp_msl_enable in tcp_xmit_timer()