Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c1673 if (V_tcp_do_rfc1323 && in syncache_add()
1679 if ((to->to_flags & TOF_TS) && (V_tcp_do_rfc1323 != 2)) { in syncache_add()
1684 if ((to->to_flags & TOF_SCALE) && (V_tcp_do_rfc1323 != 3)) { in syncache_add()
H A Dtcp_var.h1313 #define V_tcp_do_rfc1323 VNET(tcp_do_rfc1323) macro
H A Dtcp_subr.c2243 switch (V_tcp_do_rfc1323) { in tcp_newtcpcb()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1335 (s->tstamp > 0 || (s->tstamp < 0 && V_tcp_do_rfc1323))) in init_conn_params()
1348 if (tcpopt->wsf > 0 && tcpopt->wsf < 15 && V_tcp_do_rfc1323) in init_conn_params()