|
@@ -219,8 +219,10 @@ ip_nat_out(unsigned int hooknum,
|
|
const struct net_device *out,
|
|
const struct net_device *out,
|
|
int (*okfn)(struct sk_buff *))
|
|
int (*okfn)(struct sk_buff *))
|
|
{
|
|
{
|
|
|
|
+#ifdef CONFIG_XFRM
|
|
struct ip_conntrack *ct;
|
|
struct ip_conntrack *ct;
|
|
enum ip_conntrack_info ctinfo;
|
|
enum ip_conntrack_info ctinfo;
|
|
|
|
+#endif
|
|
unsigned int ret;
|
|
unsigned int ret;
|
|
|
|
|
|
/* root is playing with raw sockets. */
|
|
/* root is playing with raw sockets. */
|