2024-12-11, 22:15:14 +0100, Antonio Quartulli wrote: > diff --git a/drivers/net/ovpn/peer.h b/drivers/net/ovpn/peer.h > index 1b427870df2cf972e0f572e046452378358f245a..61c54fb864d990ff3d746f18c9a06d4c950bd1ac 100644 > --- a/drivers/net/ovpn/peer.h > +++ b/drivers/net/ovpn/peer.h > @@ -13,6 +13,7 @@ > #include <net/dst_cache.h> > > #include "crypto.h" > +#include "stats.h" > > /** > * struct ovpn_peer - the main remote peer object > @@ -25,6 +26,8 @@ > * @crypto: the crypto configuration (ciphers, keys, etc..) > * @dst_cache: cache for dst_entry used to send to peer > * @bind: remote peer binding > + * @vpn_stats: per-peer in-VPN TX/RX stays nit: s/stays/stats/ -- Sabrina