Searched refs:tcp_ts_recent (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h140 uint32_t tcp_ts_recent; /* Timestamp of earliest unacked */ member in struct:tcp_s
H A Dtcp.c2274 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
2401 tcp->tcp_ts_recent)) {
2412 tcp->tcp_ts_recent =
3169 * Check whether we can update tcp_ts_recent. This test is
3174 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
3176 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
4981 U32_TO_BE32(tcp->tcp_ts_recent,
5334 * Check whether we can update tcp_ts_recent. This test is
5339 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
5341 tcp->tcp_ts_recent
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c608 * Check whether we can update tcp_ts_recent. This test is
613 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
615 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
H A Dtcp_input.c448 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
728 tcp->tcp_ts_recent)) {
739 tcp->tcp_ts_recent =
2175 U32_TO_BE32(tcp->tcp_ts_recent,
3110 * Check whether we can update tcp_ts_recent. This test is
3115 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
3117 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
H A Dtcp_output.c1314 U32_TO_BE32(tcp->tcp_ts_recent,
2425 U32_TO_BE32(tcp->tcp_ts_recent,
2865 ASSERT(tcp->tcp_ts_recent == 0);
3203 U32_TO_BE32(tcp->tcp_ts_recent,
3669 U32_TO_BE32(tcp->tcp_ts_recent,
H A Dtcp.c2162 tcp->tcp_ts_recent = 0;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h155 uint32_t tcp_ts_recent; /* Timestamp of earliest unacked */ member in struct:tcp_s

Completed in 124 milliseconds