Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_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()
H A Dtcp_input.c1629 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1661 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1756 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1764 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1784 if ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1800 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2222 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2388 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2924 to.to_flags & TOF_TS && in tcp_do_segment()
2943 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
[all …]
H A Dtcp_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()
H A Dtcp_output.c859 to.to_flags |= TOF_TS; in tcp_default_output()
1851 case TOF_TS: in tcp_addoptions()
H A Dtcp_var.h882 #define TOF_TS 0x0010 /* timestamp */ macro
H A Dtcp_subr.c2016 to.to_flags |= TOF_TS; in tcp_respond()
/freebsd-14.2/sys/netinet/khelp/
H A Dh_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.2/sys/netinet/tcp_stacks/
H A Dbbr.c6797 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6810 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
8470 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()
8652 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()
9041 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_syn_recv()
9075 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_recv()
9265 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_established()
9362 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_close_wait()
11418 if ((to.to_flags & TOF_TS) && in bbr_do_segment_nounlock()
11526 if (to.to_flags & TOF_TS) { in bbr_do_segment_nounlock()
[all …]
H A Drack.c10642 (to->to_flags & TOF_TS) && in rack_process_to_cumack()
12935 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()
13110 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()
13529 if ((to->to_flags & TOF_TS) != 0 && in rack_do_syn_recv()
13740 if ((to->to_flags & TOF_TS) != 0 && in rack_do_established()
13840 if ((to->to_flags & TOF_TS) != 0 && in rack_do_close_wait()
16071 to->to_flags = TOF_TS; in rack_do_compressed_ack_processing()
17035 if ((to.to_flags & TOF_TS) && in rack_do_segment_nounlock()
18777 to.to_flags = TOF_TS; in rack_fast_rsm_output()
19367 to.to_flags = TOF_TS; in rack_fast_output()
[all …]
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_listen.c1119 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1570 to->to_flags |= TOF_TS; in synqe_to_protohdrs()