|
@@ -41,6 +41,7 @@
|
|
#include <linux/dmaengine.h>
|
|
#include <linux/dmaengine.h>
|
|
#include <linux/workqueue.h>
|
|
#include <linux/workqueue.h>
|
|
|
|
|
|
|
|
+struct net;
|
|
struct vlan_group;
|
|
struct vlan_group;
|
|
struct ethtool_ops;
|
|
struct ethtool_ops;
|
|
struct netpoll_info;
|
|
struct netpoll_info;
|
|
@@ -663,6 +664,9 @@ struct net_device
|
|
void (*poll_controller)(struct net_device *dev);
|
|
void (*poll_controller)(struct net_device *dev);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+ /* Network namespace this network device is inside */
|
|
|
|
+ struct net *nd_net;
|
|
|
|
+
|
|
/* bridge stuff */
|
|
/* bridge stuff */
|
|
struct net_bridge_port *br_port;
|
|
struct net_bridge_port *br_port;
|
|
/* macvlan */
|
|
/* macvlan */
|