Searched refs:TOF_TS (Results 1 – 4 of 4) sorted by relevance
1337 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1466 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()1991 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()2223 to.to_flags |= TOF_TS; in tcp_input()2461 if (to.to_flags & TOF_TS) { in tcp_input()3132 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3203 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3214 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()3261 if (acked == 0 && (to.to_flags & TOF_TS) != 0 && to.to_tsecr != 0 && in tcp_input()3391 if (to.to_flags & TOF_TS) { in tcp_input()[all …]
436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
1027 #define TOF_TS 0x0001 /* timestamp */ macro
4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()