]> git.karo-electronics.de Git - karo-tx-linux.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)
commit279e9f2ff7351a7908f964332e778049712cbd5b
tree182352c3facc2d15330d38db67930431685424cd
parentc8c5b287152bfd10c27390d36df2a8131cf906f5
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