Re: [PATCH 3/6][NETNS]: Make bind buckets live in net namespaces.

2008-01-31 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Thu, 31 Jan 2008 15:35:39 +0300 > This tags the inet_bind_bucket struct with net pointer, > initializes it during creation and makes a filtering > during lookup. > > A better hashfn, that takes the net into account is to > be done in the future, but

[PATCH 3/6][NETNS]: Make bind buckets live in net namespaces.

2008-01-31 Thread Pavel Emelyanov
This tags the inet_bind_bucket struct with net pointer, initializes it during creation and makes a filtering during lookup. A better hashfn, that takes the net into account is to be done in the future, but currently all bind buckets with similar port will be in one hash chain. Signed-off-by: Pave