--- zzzz-none-000/linux-2.6.32.60/include/net/netfilter/nf_conntrack_tuple.h 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/include/net/netfilter/nf_conntrack_tuple.h 2011-07-20 07:23:51.000000000 +0000 @@ -49,6 +49,12 @@ struct { __be16 key; /* GRE key is 32bit, PPtP only uses 16bit */ } gre; + + struct { + __be16 spi; + } esp; + + }; /* The manipulable part of the tuple. */ @@ -90,6 +96,12 @@ struct { __be16 key; } gre; + + struct { + __be16 spi; + } esp; + + } u; /* The protocol. */