Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDtcp_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
HDecore_iscsi_api.h137 u32 ts_recent_age; member
/freebsd-11-stable/sys/netinet/tcp_stacks/
HDfastpath.c212 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_fastack()
359 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_fastnewdata()
720 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_slowpath()
874 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_slowpath()
1837 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment_fastslow()
2029 tp->ts_recent_age = tcp_ts_getticks(); in tcp_fastack()
2311 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment_fastack()
/freebsd-11-stable/sys/netinet/
HDtcp_input.c1722 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1794 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2254 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2420 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
HDtcp_var.h229 u_int ts_recent_age; /* when last updated */ member
HDtcp_usrreq.c2364 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
HDtcp_syncache.c901 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c1544 tp->ts_recent_age = tcp_ts_getticks(); in assign_rxopt()
1756 tp->ts_recent_age = tcp_ts_getticks(); in wr_ack()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c360 tp->ts_recent_age = tcp_ts_getticks(); in assign_rxopt()
1749 tp->ts_recent_age = tcp_ts_getticks(); in do_fw4_ack()