Home
last modified time | relevance | path

Searched refs:TOF_TS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timewait.c198 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()
H A Dtcp_input.c1635 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 …]
H A Dtcp_syncache.c1190 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()
H A Dtcp_output.c850 to.to_flags |= TOF_TS; in tcp_default_output()
1853 case TOF_TS: in tcp_addoptions()
H A Dtcp_var.h871 #define TOF_TS 0x0010 /* timestamp */ macro
H A Dtcp_subr.c1960 to.to_flags |= TOF_TS; in tcp_respond()
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c276 (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()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6793 (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 …]
H A Drack.c8970 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 …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1151 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1602 to->to_flags |= TOF_TS; in synqe_to_protohdrs()