hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 */