Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dtcp_common.h143 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */; member
292 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */; member
H A Decore_iscsi_api.h135 u32 ts_recent_age; member
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c798 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
829 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check_ac()
H A Dbbr.c2212 log.u_bbr.flex1 = bbr->rc_tp->ts_recent_age; in bbr_log_ack_clear()
8464 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fastnewdata()
8646 tp->ts_recent_age = bbr->r_ctl.rc_rcvtime; in bbr_fastack()
9037 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_syn_recv()
9261 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_established()
9358 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_close_wait()
9489 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_1()
9605 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_closing()
9707 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_lastack()
9821 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_2()
[all …]
H A Drack.c12552 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()
12723 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()
13161 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()
13369 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()
13464 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()
13596 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()
13711 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_closing()
13813 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_lastack()
13922 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_2()
15825 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_compressed_ack_processing()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c1669 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1775 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2238 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2405 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
H A Dtcp_var.h389 u_int ts_recent_age; /* when last updated */ member
H A Dtcp_syncache.c939 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
H A Dtcp_usrreq.c3166 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c317 tp->ts_recent_age = tcp_ts_getticks(); in assign_rxopt()
1865 tp->ts_recent_age = tcp_ts_getticks(); in do_fw4_ack()