Searched refs:TOF_TS (Results 1 – 2 of 2) sorted by relevance
1388 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1511 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()2073 to.to_flags |= TOF_TS; in tcp_input()2298 if (to.to_flags & TOF_TS) { in tcp_input()2938 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3009 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3020 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()3150 if (to.to_flags & TOF_TS) { in tcp_input()4091 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()4352 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()[all …]
862 #define TOF_TS 0x0001 /* timestamp */ macro