netfilter: nft_set_hash: add lookup variant for fixed size hashtable
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 22 May 2017 16:48:09 +0000 (17:48 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 May 2017 10:46:22 +0000 (12:46 +0200)
commit446a8268b7f56830d8c7b562718ba9dc113ab3c1
treefed5a2730932691d67e357a7268f08f5e6064c2f
parent6c03ae210ce306f443767d619a0390b0a541a5d8
netfilter: nft_set_hash: add lookup variant for fixed size hashtable

This patch provides a faster variant of the lookup function for 2 and 4
byte keys. Optimizing the one byte case is not worth, as the set backend
selection will always select the bitmap set type for such case.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_set_hash.c