diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
| -rw-r--r-- | usr/src/uts/common/inet/tcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index b9a19373b0..cbf07edce8 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -155,7 +155,7 @@ typedef struct tcp_s { uint32_t tcp_ts_recent; /* Timestamp of earliest unacked */ /* data segment */ clock_t tcp_rto; /* Round trip timeout */ - clock_t tcp_last_rcv_lbolt; + int64_t tcp_last_rcv_lbolt; /* lbolt on last packet, used for PAWS */ uint32_t tcp_rto_initial; /* Initial RTO */ uint32_t tcp_rto_min; /* Minimum RTO */ @@ -493,7 +493,7 @@ extern void tcp_free(tcp_t *tcp); extern void tcp_ddi_g_init(void); extern void tcp_ddi_g_destroy(void); extern void *tcp_get_conn(void *arg, tcp_stack_t *); -extern mblk_t *tcp_snmp_get(queue_t *, mblk_t *); +extern mblk_t *tcp_snmp_get(queue_t *, mblk_t *, boolean_t); extern int tcp_snmp_set(queue_t *, int, int, uchar_t *, int len); /* |
