commit | fd9e63544cac30a34c951f0ec958038f0529e244 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 19:43:37 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 19:43:37 2007 -0700 |
tree | ab50911ec813780ee1e472089f4b02a3be6a69e6 | |
parent | be07664599fa94d0b85c3e0f525aee2432d15fbf [diff] |
[INET]: Omit double hash calculations in xxx_frag_intern Since the hash value is already calculated in xxx_find, we can simply use it later. This is already done in netfilter code, so make the same in ipv4 and ipv6. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>