diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-05-24 03:25:32 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-05-29 02:00:30 +0000 |
commit | e91da55ff5412995f14d956fc173096f48a0dbe7 (patch) | |
tree | c99a6090f55600f4d2fc49ace8cdcf35e3da7f45 /usr/src/uts/common/sys/mac.h | |
parent | 88d1ad82179b795c150d676c55cbde142aa68441 (diff) | |
download | illumos-joyent-20140529.tar.gz |
OS-3053 VNICs should support a variable MTU20140529release-20140529
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/mac.h')
-rw-r--r-- | usr/src/uts/common/sys/mac.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/mac.h b/usr/src/uts/common/sys/mac.h index 38049b991e..5803ad58d4 100644 --- a/usr/src/uts/common/sys/mac.h +++ b/usr/src/uts/common/sys/mac.h @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2013, Joyent, Inc. All rights reserved. + * Copyright (c) 2014, Joyent, Inc. All rights reserved. */ #ifndef _SYS_MAC_H @@ -618,6 +618,9 @@ extern void mac_margin_get(mac_handle_t, uint32_t *); extern int mac_margin_remove(mac_handle_t, uint32_t); extern int mac_margin_add(mac_handle_t, uint32_t *, boolean_t); +extern int mac_mtu_add(mac_handle_t, uint32_t *, + boolean_t); +extern int mac_mtu_remove(mac_handle_t, uint32_t); extern int mac_fastpath_disable(mac_handle_t); extern void mac_fastpath_enable(mac_handle_t); extern void mac_no_active(mac_handle_t); |