]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: optimize inet6_hash_frag()
authorEric Dumazet <edumazet@google.com>
Fri, 15 Feb 2013 18:14:48 +0000 (18:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 17:23:51 +0000 (12:23 -0500)
commitde2d4c986ed225373448e03bf9f82adbf0c1a8b5
tree182352c3facc2d15330d38db67930431685424cd
parente1eb7b6b169520498aa3a1087c1acb74e19cfdab
ipv6: optimize inet6_hash_frag()

Use ipv6_addr_hash() and a single jhash invocation.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c