aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_tunnels.h')
-rw-r--r--include/net/ip_tunnels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h
index 9e25b1bc31da..cd729becbb07 100644
--- a/include/net/ip_tunnels.h
+++ b/include/net/ip_tunnels.h
@@ -162,10 +162,10 @@ struct sk_buff *iptunnel_handle_offloads(struct sk_buff *skb, bool gre_csum,
162 162
163static inline void iptunnel_xmit_stats(int err, 163static inline void iptunnel_xmit_stats(int err,
164 struct net_device_stats *err_stats, 164 struct net_device_stats *err_stats,
165 struct pcpu_tstats __percpu *stats) 165 struct pcpu_sw_netstats __percpu *stats)
166{ 166{
167 if (err > 0) { 167 if (err > 0) {
168 struct pcpu_tstats *tstats = this_cpu_ptr(stats); 168 struct pcpu_sw_netstats *tstats = this_cpu_ptr(stats);
169 169
170 u64_stats_update_begin(&tstats->syncp); 170 u64_stats_update_begin(&tstats->syncp);
171 tstats->tx_bytes += err; 171 tstats->tx_bytes += err;