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.c195 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
272 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
H A Dtcp_input.c1592 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1621 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1667 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1690 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
1722 ((to.to_flags & TOF_TS) == 0 || in tcp_do_segment()
1730 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1753 (((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
1756 ((to.to_flags & TOF_TS) == 0 && in tcp_do_segment()
1768 if ((to.to_flags & TOF_TS) != 0 && in tcp_do_segment()
2189 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
[all …]
H A Dtcp_syncache.c1232 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1252 (to->to_flags & TOF_TS)) { in syncache_expand()
1268 !(to->to_flags & TOF_TS)) { in syncache_expand()
1570 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1705 if ((to->to_flags & TOF_TS) && (V_tcp_do_rfc1323 != 2)) { in syncache_add()
1996 to.to_flags |= TOF_TS; in syncache_respond()
2399 if (to->to_flags & TOF_TS) { in syncookie_expand()
H A Dtcp_output.c846 to.to_flags |= TOF_TS; in tcp_default_output()
1840 case TOF_TS: in tcp_addoptions()
H A Dtcp_var.h887 #define TOF_TS 0x0010 /* timestamp */ macro
H A Dtcp_subr.c1942 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.c6786 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6799 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
7318 if ((to->to_flags & TOF_TS) && (to->to_tsecr != 0)) { in bbr_log_ack()
8445 if (__predict_false((to->to_flags & TOF_TS) && in bbr_do_fastnewdata()
8455 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()
8578 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8637 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()
8886 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_sent()
8992 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()
9026 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_syn_recv()
[all …]
H A Drack.c8838 if (to && (to->to_flags & TOF_TS) && in rack_update_rtt()
10331 (to->to_flags & TOF_TS) && in rack_process_to_cumack()
12414 if (__predict_false((to->to_flags & TOF_TS) && in rack_do_fastnewdata()
12424 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()
12541 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
12595 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()
12894 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent()
12997 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()
13031 if ((to->to_flags & TOF_TS) != 0 && in rack_do_syn_recv()
13109 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.c1152 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1605 to->to_flags |= TOF_TS; in synqe_to_protohdrs()