Searched refs:tcp_do_timestamps (Results 1 – 3 of 3) sorted by relevance
1638 extern int tcp_do_timestamps;
210 int tcp_do_timestamps = 1; variable220 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()
5987 if (!(tp->t_flags & TF_REQ_TSTMP) && tcp_do_timestamps) { in tcp_dooptions()