Home
last modified time | relevance | path

Searched refs:tcp_do_timestamps (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_var.h1638 extern int tcp_do_timestamps;
H A Dtcp_subr.c210 int tcp_do_timestamps = 1; variable
220 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_do_timestamps, 0, "enable TCP timestamps");
1108 tp->t_flags = TF_REQ_SCALE | (tcp_do_timestamps ? TF_REQ_TSTMP : 0); in tcp_newtcpcb()
H A Dtcp_input.c5987 if (!(tp->t_flags & TF_REQ_TSTMP) && tcp_do_timestamps) { in tcp_dooptions()