Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c423 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
457 if (((to->to_flags & TOF_TS) == 0) && (tw->t_recent != 0) && in tcp_twcheck()
604 to.to_flags |= TOF_TS; in tcp_twrespond()
H A Dtcp_input.c1628 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()
1700 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1755 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1763 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1783 if ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1798 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2224 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2385 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2869 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
[all …]
H A Dtcp_syncache.c1273 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1293 (to->to_flags & TOF_TS)) { in syncache_expand()
1310 !(to->to_flags & TOF_TS)) { in syncache_expand()
1617 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1735 if (to->to_flags & TOF_TS) { in syncache_add()
1998 to.to_flags |= TOF_TS; in syncache_respond()
2370 if (to->to_flags & TOF_TS) { in syncookie_lookup()
H A Dtcp_output.c849 to.to_flags |= TOF_TS; in tcp_output()
1794 case TOF_TS: in tcp_addoptions()
H A Dtcp_var.h456 #define TOF_TS 0x0010 /* timestamp */ macro
H A Dtcp_subr.c1567 to.to_flags |= TOF_TS; in tcp_respond()
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c279 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
480 (to->to_flags & TOF_TS)) { in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6896 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6909 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
8539 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()
8737 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()
9130 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_syn_recv()
9161 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_recv()
9344 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_established()
9440 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_close_wait()
11521 if ((to.to_flags & TOF_TS) && in bbr_do_segment_nounlock()
11637 if (to.to_flags & TOF_TS) { in bbr_do_segment_nounlock()
[all …]
H A Drack.c6718 if ((to->to_flags & TOF_TS) && in rack_update_rtt()
8857 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()
9046 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()
9450 if ((to->to_flags & TOF_TS) != 0 && in rack_do_syn_recv()
9645 if ((to->to_flags & TOF_TS) != 0 && in rack_do_established()
9740 if ((to->to_flags & TOF_TS) != 0 && in rack_do_close_wait()
9873 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fin_wait_1()
9996 if ((to->to_flags & TOF_TS) != 0 && in rack_do_closing()
10105 if ((to->to_flags & TOF_TS) != 0 && in rack_do_lastack()
11001 if ((to.to_flags & TOF_TS) && in rack_do_segment_nounlock()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h456 #define TOF_TS 0x0010 /* timestamp */ macro