diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2010-08-19 02:18:39 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2010-08-19 02:18:39 -0400 |
| commit | 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e (patch) | |
| tree | a3cdcd9da4d88203feca3c72607ec2ffddb47ff9 /usr/src/uts/common/inet/tcp.h | |
| parent | 1356956d0b091aa705b3e6330c7224417baa3a89 (diff) | |
| parent | dfea898ab532c75e4d1426e0ff2cc5e0d67aa72f (diff) | |
| download | illumos-joyent-6a634c9dca3093f3922e4b7ab826d7bdf17bf78e.tar.gz | |
merge with onnv_147
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
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); /* |
