Searched refs:TOF_TS (Results 1 – 5 of 5) sorted by relevance
1250 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1379 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()1939 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_synack()2064 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_last_ack()2175 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()2955 to.to_flags |= TOF_TS; in tcp_input()3191 if (to.to_flags & TOF_TS) { in tcp_input()3662 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3733 ((to.to_flags & TOF_TS) == 0 || in tcp_input()3744 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()[all …]
425 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
1069 #define TOF_TS 0x0001 /* timestamp */ macro
878 if ((peer_to->to_flags & TOF_TS)) { in tcp_filloptions()882 to.to_flags |= TOF_TS; in tcp_filloptions()4455 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
724 case TOF_TS: in tcp_addoptions()