Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_timewait.c199 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
276 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
HDtcp_input.c1636 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1663 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1703 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1726 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1758 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1766 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1789 (((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1792 ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1804 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2226 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
[all …]
HDtcp_syncache.c1200 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1220 (to->to_flags & TOF_TS)) { in syncache_expand()
1237 !(to->to_flags & TOF_TS)) { in syncache_expand()
1539 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1670 if ((to->to_flags & TOF_TS) && (V_tcp_do_rfc1323 != 2)) { in syncache_add()
1949 to.to_flags |= TOF_TS; in syncache_respond()
2342 if (to->to_flags & TOF_TS) { in syncookie_lookup()
HDtcp_output.c859 to.to_flags |= TOF_TS; in tcp_default_output()
1856 case TOF_TS: in tcp_addoptions()
HDtcp_var.h882 #define TOF_TS 0x0010 /* timestamp */ macro
HDtcp_subr.c2016 to.to_flags |= TOF_TS; in tcp_respond()
/freebsd-14-stable/sys/netinet/khelp/
HDh_ertt.c277 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
478 (to->to_flags & TOF_TS)) { in ertt_add_tx_segment_info_hook()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c6782 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6795 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
7314 if ((to->to_flags & TOF_TS) && (to->to_tsecr != 0)) { in bbr_log_ack()
8441 if (__predict_false((to->to_flags & TOF_TS) && in bbr_do_fastnewdata()
8451 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()
8574 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8633 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()
8882 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_sent()
8988 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()
9022 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_syn_recv()
[all …]
HDrack.c9076 if (to && (to->to_flags & TOF_TS) && in rack_update_rtt()
10644 (to->to_flags & TOF_TS) && in rack_process_to_cumack()
12927 if (__predict_false((to->to_flags & TOF_TS) && in rack_do_fastnewdata()
12937 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()
13058 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
13112 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()
13391 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent()
13495 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()
13531 if ((to->to_flags & TOF_TS) != 0 && in rack_do_syn_recv()
13609 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_recv()
[all …]
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_listen.c1151 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1602 to->to_flags |= TOF_TS; in synqe_to_protohdrs()