commit | 0794935e21a18e7c171b604c31219b60ad9749a9 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 31 04:40:52 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 19:27:57 2008 -0800 |
tree | 1d34141abf0c88601d79e3913f3b61fb32dea656 | |
parent | 380517dead6ab86d7249a1723f07f2f1b10af5f6 [diff] |
[NETFILTER]: nf_conntrack: optimize hash_conntrack() Avoid calling jhash three times and hash the entire tuple in one go. __hash_conntrack | -485 # 760 -> 275, # inlines: 3 -> 1, size inlines: 717 -> 252 1 function changed, 485 bytes removed Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>