commit | 9f26b3add3783c0af869ea2207871da5dafefffa | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Jun 16 17:13:27 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 16 17:13:27 2008 -0700 |
tree | adadfc84d2daf5133c0c536d87242df049daf53e | |
parent | 2086a65078bd24682bdcf413d9c91d81988b8359 [diff] |
inet: add struct net argument to inet_ehashfn Although this hash takes addresses into account, the ehash chains can also be too long when, for instance, communications via lo occur. So, prepare the inet_hashfn to take struct net into account. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>