commit | 65cd8033ff375b68037df61603ee68070dc48578 | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Sat Oct 19 21:48:51 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 19 19:45:34 2013 -0400 |
tree | 26b34f9ed023dda5a861001118a1ea1227ae252f | |
parent | 53481da372851a5506deb5247302f75459b472b4 [diff] |
ipv4: split inet_ehashfn to hash functions per compilation unit This duplicates a bit of code but let's us easily introduce separate secret keys later. The separate compilation units are ipv4/inet_hashtabbles.o, ipv4/udp.o and rds/connection.o. Cc: Eric Dumazet <edumazet@google.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>