Searched refs:gc_init (Results 1 – 4 of 4) sorted by relevance
1019 static int __init gc_init(void) in gc_init() function 1047 module_init(gc_init);
2340 .gc_init = nft_pipapo_gc_init,2364 .gc_init = nft_pipapo_gc_init,
6692 if (!set->ops->gc_init) in nft_set_elem_expr_alloc()6694 set->ops->gc_init(set); in nft_set_elem_expr_alloc()
454 * @gc_init: initialize garbage collection510 void (*gc_init)(const struct nft_set *set); member