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

/illumos-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...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c776 * Check whether we can update tcp_ts_recent. This test is from RFC
780 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
782 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
H A Dtcp_input.c454 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
700 tcp->tcp_ts_recent)) {
710 tcp->tcp_ts_recent =
2127 U32_TO_BE32(tcp->tcp_ts_recent,
3196 * Check whether we can update tcp_ts_recent. This test is from RFC
3200 TSTMP_GEQ(tcpopt.tcp_opt_ts_val, tcp->tcp_ts_recent) &&
3202 tcp->tcp_ts_recent = tcpopt.tcp_opt_ts_val;
H A Dtcp_output.c1315 U32_TO_BE32(tcp->tcp_ts_recent,
2408 U32_TO_BE32(tcp->tcp_ts_recent,
2848 ASSERT(tcp->tcp_ts_recent == 0);
3186 U32_TO_BE32(tcp->tcp_ts_recent,
3645 U32_TO_BE32(tcp->tcp_ts_recent,
H A Dtcp.c2167 tcp->tcp_ts_recent = 0;
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h158 uint32_t tcp_ts_recent; /* Timestamp of earliest unacked */ member in struct:tcp_s

Completed in 85 milliseconds