Searched refs:TOF_TS (Results 1 – 4 of 4) sorted by relevance
2217 to.to_flags |= TOF_TS; in tcp_input()2443 if (to.to_flags & TOF_TS) { in tcp_input()3096 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3167 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3178 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()3354 if (to.to_flags & TOF_TS) { in tcp_input()4505 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()5766 if (to.to_flags & TOF_TS) { in tcp_input()5820 if (to.to_flags & TOF_TS) { in tcp_input()6185 to->to_flags |= TOF_TS; in tcp_dooptions()[all …]
436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
1010 #define TOF_TS 0x0001 /* timestamp */ macro
4297 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()