tcp: replace ehash_size by ehash_mask
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 9 Oct 2009 00:16:19 +0000 (00:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2009 10:44:02 +0000 (03:44 -0700)
Storing the mask (size - 1) instead of the size allows fast path to be
a bit faster.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found