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.c855 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
886 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check_ac()
H A Dbbr.c2220 log.u_bbr.flex1 = bbr->rc_tp->ts_recent_age; in bbr_log_ack_clear()
8445 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fastnewdata()
8627 tp->ts_recent_age = bbr->r_ctl.rc_rcvtime; in bbr_fastack()
9018 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_syn_recv()
9242 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_established()
9339 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_close_wait()
9470 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_1()
9586 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_closing()
9688 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_lastack()
9802 tp->ts_recent_age = tcp_tv_to_mssectick(&bbr->rc_tv); in bbr_do_fin_wait_2()
[all …]
H A Drack.c13842 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()
14013 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()
14456 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()
14668 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()
14769 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()
14907 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()
15028 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_closing()
15136 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_lastack()
15251 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_2()
17212 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_compressed_ack_processing()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c1678 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1784 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2251 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2418 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.c967 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
H A Dtcp_usrreq.c3106 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()
1863 tp->ts_recent_age = tcp_ts_getticks(); in do_fw4_ack()