Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h733 extern int tcp_do_rfc1323; /* enabled/disabled? */
H A Dtcp_subr.c166 int tcp_do_rfc1323 = 1; /* window scaling / timestamps (obsolete) */ variable
911 if (tcp_do_rfc1323 && tcp_do_win_scale) in tcp_tcpcb_template()
913 if (tcp_do_rfc1323 && tcp_do_timestamps) in tcp_tcpcb_template()
H A Dtcp_syncache.c903 tb.t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0; in syn_cache_add()
H A Dtcp_usrreq.c1902 sysctl_update_tcpcb_template, 0, &tcp_do_rfc1323, 0, in sysctl_net_inet_tcp_setup2()