summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_impl.h
diff options
context:
space:
mode:
authorBaban Kenkre <Baban.Kenkre@Sun.COM>2010-01-17 02:10:54 -0800
committerBaban Kenkre <Baban.Kenkre@Sun.COM>2010-01-17 02:10:54 -0800
commit9820c71034357bd7840b87218016a93aea266a6f (patch)
tree3b332459a710a84492b4af35b036af20390f5a99 /usr/src/uts/common/sys/mac_impl.h
parent5104857d2e8de5b1c65e219906d3218778989ef8 (diff)
downloadillumos-joyent-9820c71034357bd7840b87218016a93aea266a6f.tar.gz
6838710 mac_pkt_hash does not consider IP fragmentation which may result in out of order packets
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
-rw-r--r--usr/src/uts/common/sys/mac_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h
index 00ea926275..760e2a4a18 100644
--- a/usr/src/uts/common/sys/mac_impl.h
+++ b/usr/src/uts/common/sys/mac_impl.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -610,7 +610,7 @@ extern uint64_t mac_stat_default(mac_impl_t *, uint_t);
extern void mac_ndd_ioctl(mac_impl_t *, queue_t *, mblk_t *);
extern void mac_create_soft_ring_kstats(mac_impl_t *, int32_t);
extern boolean_t mac_ip_hdr_length_v6(mblk_t *, ip6_t *, uint16_t *,
- uint8_t *);
+ uint8_t *, boolean_t *, uint32_t *);
extern mblk_t *mac_copymsgchain_cksum(mblk_t *);
extern mblk_t *mac_fix_cksum(mblk_t *);