.. | .. |
---|
189 | 189 | struct net_device *dev; /* associated netdevice */ |
---|
190 | 190 | struct team_pcpu_stats __percpu *pcpu_stats; |
---|
191 | 191 | |
---|
| 192 | + const struct header_ops *header_ops_cache; |
---|
| 193 | + |
---|
192 | 194 | struct mutex lock; /* used for overall locking, e.g. port lists write */ |
---|
193 | 195 | |
---|
194 | 196 | /* |
---|
.. | .. |
---|
208 | 210 | bool queue_override_enabled; |
---|
209 | 211 | struct list_head *qom_lists; /* array of queue override mapping lists */ |
---|
210 | 212 | bool port_mtu_change_allowed; |
---|
| 213 | + bool notifier_ctx; |
---|
211 | 214 | struct { |
---|
212 | 215 | unsigned int count; |
---|
213 | 216 | unsigned int interval; /* in ms */ |
---|