Searched refs:TOF_TS (Results 1 – 4 of 4) sorted by relevance
135 to.to_flags |= TOF_TS; in tcp_twrespond()344 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
912 if (/*sc->sc_flags & SCF_TIMESTAMP*/to.to_flags & TOF_TS) { in tcp_input()1118 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()1127 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()1132 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()1156 if (to.to_flags & TOF_TS) { in tcp_do_segment()1217 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()1226 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()1260 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()1778 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()1917 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()[all …]
497 #define TOF_TS 0x0010 /* timestamp */ macro
780 to.to_flags |= TOF_TS; in tcp_output()1481 case TOF_TS: in tcp_addoptions()