Home
last modified time | relevance | path

Searched refs:ts_recent (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Dtcp_common.h150 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
303 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
Decore_iscsi_api.h136 u32 ts_recent; member
/freebsd-10-stable/sys/netinet/
Dtcp_timewait.c302 tw->t_recent = tp->ts_recent; in tcp_twstart()
440 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
441 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
Dtcp_input.c1669 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1723 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1734 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2210 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2211 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2226 tp->ts_recent = 0; in tcp_do_segment()
2369 tp->ts_recent = to.to_tsval; in tcp_do_segment()
Dtcp_var.h177 u_int32_t ts_recent; /* timestamp echo data */ member
Dtcp_output.c791 to.to_tsecr = tp->ts_recent; in tcp_output()
Dtcp_usrreq.c2153 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
Dtcp_syncache.c887 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
Dtcp_subr.c725 to.to_tsecr = tp->ts_recent; in tcp_respond()
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_cpl_io.c1542 tp->ts_recent = 0; /* XXX */ in assign_rxopt()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c265 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()