diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 76603ee136a8..22e4ef7bb701 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2496,6 +2496,13 @@ struct netdev_notifier_info { | |||
2496 | struct netlink_ext_ack *extack; | 2496 | struct netlink_ext_ack *extack; |
2497 | }; | 2497 | }; |
2498 | 2498 | ||
2499 | struct netdev_notifier_info_ext { | ||
2500 | struct netdev_notifier_info info; /* must be first */ | ||
2501 | union { | ||
2502 | u32 mtu; | ||
2503 | } ext; | ||
2504 | }; | ||
2505 | |||
2499 | struct netdev_notifier_change_info { | 2506 | struct netdev_notifier_change_info { |
2500 | struct netdev_notifier_info info; /* must be first */ | 2507 | struct netdev_notifier_info info; /* must be first */ |
2501 | unsigned int flags_changed; | 2508 | unsigned int flags_changed; |