Lines Matching refs:TOF_TS
1635 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1664 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1710 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1733 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1765 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1773 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1796 (((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1799 ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1811 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2235 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2401 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2959 to.to_flags & TOF_TS && in tcp_do_segment()
2978 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
3588 to->to_flags |= TOF_TS; in tcp_dooptions()