Home
last modified time | relevance | path

Searched refs:ts_recent (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_timewait.c199 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
200 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
276 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
HDtcp_input.c1667 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1759 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1769 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2226 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2227 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2241 tp->ts_recent = 0; in tcp_do_segment()
2397 tp->ts_recent = to.to_tsval; in tcp_do_segment()
HDtcp_var.h363 uint32_t ts_recent; /* timestamp echo data */ member
HDtcp_output.c858 to.to_tsecr = tp->ts_recent; in tcp_default_output()
HDtcp_syncache.c951 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
HDtcp_usrreq.c3168 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
HDtcp_subr.c2015 to.to_tsecr = tp->ts_recent; in tcp_respond()
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDtcp_common.h142 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
291 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
HDecore_iscsi_api.h134 u32 ts_recent; member
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c851 tp->ts_recent = 0; in ctf_ts_check()
882 tp->ts_recent = 0; in ctf_ts_check_ac()
HDbbr.c8442 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata()
8454 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8574 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8636 tp->ts_recent = to->to_tsval; in bbr_fastack()
8988 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()
8989 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv()
9027 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9224 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_established()
9225 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established()
9251 tp->ts_recent = to->to_tsval; in bbr_do_established()
[all …]
HDrack.c12928 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata()
12940 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
13058 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
13115 tp->ts_recent = to->to_tsval; in rack_fastack()
13495 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()
13496 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv()
13536 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
13718 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_established()
13719 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established()
13747 tp->ts_recent = to->to_tsval; in rack_do_established()
[all …]
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c316 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()