On Fri, Sep 27, 2019 at 02:27:34PM +0200, Phil Sutter wrote: > Rename and optimize internal function nftnl_set_lookup() for external > use. Just like with nftnl_chain_list, use a hash table for fast set name > lookups. > > Signed-off-by: Phil Sutter <phil@xxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Probably you can add a hashtable implementation to src/hash.c under this library?