Searched refs:gc_init (Results 1 – 6 of 6) sorted by relevance
1019 static int __init gc_init(void) in gc_init() function1047 module_init(gc_init);
2412 .gc_init = nft_pipapo_gc_init,2437 .gc_init = nft_pipapo_gc_init,
852 .gc_init = nft_rhash_gc_init,
1139 .gc_init = nft_rbtree_gc_init,
6655 if (!set->ops->gc_init) in nft_set_elem_expr_alloc()6657 set->ops->gc_init(set); in nft_set_elem_expr_alloc()
512 void (*gc_init)(const struct nft_set *set); member