Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c313 tw->t_recent = tp->ts_recent; in tcp_twstart()
423 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
424 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
H A Dtcp_input.c1666 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1756 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1766 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2224 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2225 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2239 tp->ts_recent = 0; in tcp_do_segment()
2390 tp->ts_recent = to.to_tsval; in tcp_do_segment()
H A Dtcp_var.h167 u_int32_t ts_recent; /* timestamp echo data */ member
H A Dtcp_output.c848 to.to_tsecr = tp->ts_recent; in tcp_output()
H A Dtcp_syncache.c1068 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
H A Dtcp_usrreq.c3031 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
H A Dtcp_subr.c1566 to.to_tsecr = tp->ts_recent; in tcp_respond()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c8542 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8740 tp->ts_recent = to->to_tsval; in bbr_fastack()
9135 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9349 tp->ts_recent = to->to_tsval; in bbr_do_established()
9445 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()
9578 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_1()
9705 tp->ts_recent = to->to_tsval; in bbr_do_closing()
9818 tp->ts_recent = to->to_tsval; in bbr_do_lastack()
9938 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_2()
11524 tp->ts_recent = to.to_tsval; in bbr_do_segment_nounlock()
[all …]
H A Drack.c8860 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
9049 tp->ts_recent = to->to_tsval; in rack_fastack()
9455 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
9650 tp->ts_recent = to->to_tsval; in rack_do_established()
9745 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
9878 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_1()
10001 tp->ts_recent = to->to_tsval; in rack_do_closing()
10110 tp->ts_recent = to->to_tsval; in rack_do_lastack()
10221 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_2()
11004 tp->ts_recent = to.to_tsval; in rack_do_segment_nounlock()
[all …]
H A Drack_bbr_common.c773 tp->ts_recent = 0; in ctf_ts_check()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h167 u_int32_t ts_recent; /* timestamp echo data */ member