Home
last modified time | relevance | path

Searched refs:gc_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Dgamecon.c1022 static int __init gc_init(void) in gc_init() function
1050 module_init(gc_init);
/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo.c2301 .gc_init = nft_pipapo_gc_init,
2325 .gc_init = nft_pipapo_gc_init,
H A Dnft_set_hash.c749 .gc_init = nft_rhash_gc_init,
H A Dnf_tables_api.c6290 if (!set->ops->gc_init) in nft_set_elem_expr_alloc()
6292 set->ops->gc_init(set); in nft_set_elem_expr_alloc()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h438 * @gc_init: initialize garbage collection
496 void (*gc_init)(const struct nft_set *set); member