hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/if_team.h
....@@ -189,6 +189,8 @@
189189 struct net_device *dev; /* associated netdevice */
190190 struct team_pcpu_stats __percpu *pcpu_stats;
191191
192
+ const struct header_ops *header_ops_cache;
193
+
192194 struct mutex lock; /* used for overall locking, e.g. port lists write */
193195
194196 /*
....@@ -208,6 +210,7 @@
208210 bool queue_override_enabled;
209211 struct list_head *qom_lists; /* array of queue override mapping lists */
210212 bool port_mtu_change_allowed;
213
+ bool notifier_ctx;
211214 struct {
212215 unsigned int count;
213216 unsigned int interval; /* in ms */