Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dtcp_common.h151 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */; member
304 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */; member
Decore_iscsi_api.h137 u32 ts_recent_age; member
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack_bbr_common.c701 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
Drack.c1718 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in rack_ts_check()
5122 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()
5270 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()
5612 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()
5812 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()
5905 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()
6031 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()
6150 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_closing()
6256 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_lastack()
6365 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_2()
[all …]
/freebsd-12-stable/sys/netinet/
Dtcp_input.c1682 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1781 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2245 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2409 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
Dtcp_var.h158 u_int ts_recent_age; /* when last updated */ member
Dtcp_syncache.c920 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
Dtcp_usrreq.c2735 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c345 tp->ts_recent_age = tcp_ts_getticks(); in assign_rxopt()
1737 tp->ts_recent_age = tcp_ts_getticks(); in do_fw4_ack()