Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h762 extern int tcp_rttlocal; /* Use RTT to decide who's 'local' */
H A Dtcp_subr.c213 int tcp_rttlocal = 0; /* Use RTT to decide who's 'local' */ variable
1850 if (__predict_false(tcp_rttlocal)) { in tcp_established()
1882 if (__predict_false(tcp_rttlocal)) { in tcp_established()
H A Dtcp_usrreq.c2218 NULL, 0, &tcp_rttlocal, 0, in sysctl_net_inet_tcp_setup2()
H A Dtcp_input.c3350 * 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()