Searched refs:gc_init (Results 1 – 6 of 6) sorted by relevance
1021 static int __init gc_init(void) in gc_init() function1049 module_init(gc_init);
2379 .gc_init = nft_pipapo_gc_init,2403 .gc_init = nft_pipapo_gc_init,
767 .gc_init = nft_rbtree_gc_init,
742 .gc_init = nft_rhash_gc_init,
6442 if (!set->ops->gc_init) in nft_set_elem_expr_alloc()6444 set->ops->gc_init(set); in nft_set_elem_expr_alloc()
510 void (*gc_init)(const struct nft_set *set); member