Re: [PATCH net-next 1/9] sctp: Make the port hash table use struct net in it's key.

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:39 PM, Eric W. Biederman wrote: - Add struct net into the port hash table hash calculation - Add struct net inot the struct sctp_bind_bucket so there is a memory of which network namespace a port is allocated in. No need for a ref count because sctp_bind_bucket only exists

[PATCH net-next 1/9] sctp: Make the port hash table use struct net in it's key.

2012-08-06 Thread Eric W. Biederman
- Add struct net into the port hash table hash calculation - Add struct net inot the struct sctp_bind_bucket so there is a memory of which network namespace a port is allocated in. No need for a ref count because sctp_bind_bucket only exists when there are sockets in the hash table and socke