Searched refs:tcp_do_rfc3390 (Results 1 – 4 of 4) sorted by relevance
689 extern int tcp_do_rfc3390; /* [a] RFC3390 Increasing TCP Initial Window */
122 int tcp_do_rfc3390 = 2; /* Increase TCP's Initial Window to 10*mss */ variable
179 { TCPCTL_RFC3390, &tcp_do_rfc3390, 0, 2 },
2928 do_rfc3390 = atomic_load_int(&tcp_do_rfc3390); in tcp_mss()