Searched refs:TOF_TS (Results 1 – 10 of 10) sorted by relevance
198 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck() 275 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
1635 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()1664 if ((to.to_flags & TOF_TS) && in tcp_do_segment()1710 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()1733 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()1765 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()1773 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()1796 (((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()1799 ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()1811 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()2235 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()[all …]
1190 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()1210 (to->to_flags & TOF_TS)) { in syncache_expand()1227 !(to->to_flags & TOF_TS)) { in syncache_expand()1529 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()1660 if ((to->to_flags & TOF_TS) && (V_tcp_do_rfc1323 != 2)) { in syncache_add()1939 to.to_flags |= TOF_TS; in syncache_respond()2332 if (to->to_flags & TOF_TS) { in syncookie_lookup()
850 to.to_flags |= TOF_TS; in tcp_default_output()1853 case TOF_TS: in tcp_addoptions()
871 #define TOF_TS 0x0010 /* timestamp */ macro
1960 to.to_flags |= TOF_TS; in tcp_respond()
276 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()477 (to->to_flags & TOF_TS)) { in ertt_add_tx_segment_info_hook()
6793 (to->to_flags & TOF_TS) && in bbr_update_rtt()6806 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()7325 if ((to->to_flags & TOF_TS) && (to->to_tsecr != 0)) { in bbr_log_ack()8452 if (__predict_false((to->to_flags & TOF_TS) && in bbr_do_fastnewdata()8462 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()8585 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()8644 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()8893 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_sent()8999 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()9033 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_syn_recv()[all …]
8970 if (to && (to->to_flags & TOF_TS) && in rack_update_rtt()10424 (to->to_flags & TOF_TS) && in rack_process_to_cumack()12540 if (__predict_false((to->to_flags & TOF_TS) && in rack_do_fastnewdata()12550 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()12667 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()12721 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()13020 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent()13123 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()13157 if ((to->to_flags & TOF_TS) != 0 && in rack_do_syn_recv()13235 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_recv()[all …]
1151 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()1602 to->to_flags |= TOF_TS; in synqe_to_protohdrs()