]> 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)
commit5454cf5616fa16a9882e43f05800db564b84eed9
tree182352c3facc2d15330d38db67930431685424cd
parent400ca606f864f7426ffdf2d0e29201cf982e8f3a
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