Home
last modified time | relevance | path

Searched refs:ts_recent_age (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c762 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
H A Dbbr.c2232 log.u_bbr.flex1 = bbr->rc_tp->ts_recent_age; in bbr_log_ack_clear()
8541 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fastnewdata()
8739 tp->ts_recent_age = bbr->r_ctl.rc_rcvtime; in bbr_fastack()
9134 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_syn_recv()
9348 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_established()
9444 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_close_wait()
9577 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_1()
9704 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_closing()
9817 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_lastack()
9937 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_2()
[all …]
H A Drack.c8859 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()
9048 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()
9454 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()
9649 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()
9744 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()
9877 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()
10000 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_closing()
10109 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_lastack()
10220 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_2()
11005 tp->ts_recent_age = cts; in rack_do_segment_nounlock()
/f-stack/freebsd/netinet/
H A Dtcp_input.c1667 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1765 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2227 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2389 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
H A Dtcp_var.h195 u_int ts_recent_age; /* when last updated */ member
H A Dtcp_syncache.c1069 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
H A Dtcp_usrreq.c3031 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h195 u_int ts_recent_age; /* when last updated */ member