adobriyan@xxxxxxxxx wrote:
What is unconfirmed connection in one netns can very well be confirmed in another.
@@ -10,5 +11,6 @@ struct netns_ct { unsigned int expect_count; struct hlist_head *expect_hash; int expect_vmalloc; + struct hlist_head unconfirmed; };
You could lay this out a bit better to avoid holes and move the members only used rarely (like *_vmalloc) to the end. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html