Searched refs:V_tcp_do_rfc1323 (Results 1 – 4 of 4) sorted by relevance
1654 if (V_tcp_do_rfc1323 && in syncache_add()1660 if ((to->to_flags & TOF_TS) && (V_tcp_do_rfc1323 != 2)) { in syncache_add()1665 if ((to->to_flags & TOF_SCALE) && (V_tcp_do_rfc1323 != 3)) { in syncache_add()
1328 #define V_tcp_do_rfc1323 VNET(tcp_do_rfc1323) macro
2289 switch (V_tcp_do_rfc1323) { in tcp_newtcpcb()
1351 (s->tstamp > 0 || (s->tstamp < 0 && V_tcp_do_rfc1323))) in init_conn_params()1364 if (tcpopt->wsf > 0 && tcpopt->wsf < 15 && V_tcp_do_rfc1323) in init_conn_params()