Searched refs:tcp_do_rfc1323 (Results 1 – 4 of 4) sorted by relevance
733 extern int tcp_do_rfc1323; /* enabled/disabled? */
166 int tcp_do_rfc1323 = 1; /* window scaling / timestamps (obsolete) */ variable911 if (tcp_do_rfc1323 && tcp_do_win_scale) in tcp_tcpcb_template()913 if (tcp_do_rfc1323 && tcp_do_timestamps) in tcp_tcpcb_template()
903 tb.t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0; in syn_cache_add()
1902 sysctl_update_tcpcb_template, 0, &tcp_do_rfc1323, 0, in sysctl_net_inet_tcp_setup2()