commit | 4cdadcbcb64bdf3ae8bdf3ef5bb2b91c85444cfa | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Aug 06 08:40:21 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 14 22:44:12 2012 -0700 |
tree | fc6fd317dd6e128f176101c5843f58ed8ab86c9c | |
parent | f1f4376307ca45558eb22487022aefceed7385e8 [diff] |
sctp: Make the endpoint hashtable handle multiple network namespaces - Use struct net in the hash calculation - Use sock_net(endpoint.base.sk) in the endpoint lookups. - On receive calculate the network namespace from skb->dev. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>