Lines Matching refs:TOF_TS
1629 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1661 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1701 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1724 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1756 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1764 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1784 if ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1800 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2222 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2388 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2924 to.to_flags & TOF_TS && in tcp_do_segment()
2943 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
3553 to->to_flags |= TOF_TS; in tcp_dooptions()