mm/zbud: change zbud_alloc size type to size_t
[firefly-linux-kernel-4.4.55.git] / include / net / ip_tunnels.h
index a4daf9eb856285a2b7c831ee04d4e75a39957142..8dd8cab88b873cda0d8de9c936fefc0850ef0703 100644 (file)
@@ -40,6 +40,7 @@ struct ip_tunnel_prl_entry {
 
 struct ip_tunnel_dst {
        struct dst_entry __rcu          *dst;
+       __be32                           saddr;
 };
 
 struct ip_tunnel {