[Devel] Re: [PATCH 11/38] netns ct: per-netns unconfirmed hash
Patrick McHardy
kaber at trash.net
Thu Sep 4 09:46:00 PDT 2008
adobriyan at gmail.com 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.
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list