gc_init
module_init(gc_init);
void (*gc_init)(const struct nft_set *set);
if (!set->ops->gc_init)
set->ops->gc_init(set);
.gc_init = nft_rhash_gc_init,
.gc_init = nft_pipapo_gc_init,
.gc_init = nft_pipapo_gc_init,
.gc_init = nft_rbtree_gc_init,