Home
last modified time | relevance | path

Searched refs:htable_gc (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h76 struct htable_gc { argument
317 struct htable_gc gc; /* gc workqueue */
686 struct htable_gc *gc;
693 gc = container_of(work, struct htable_gc, dwork.work);
725 mtype_gc_init(struct htable_gc *gc) in mtype_resize()
75 struct htable_gc { global() struct
77 sethtable_gc global() argument
78 lockhtable_gc global() argument
79 regionhtable_gc global() argument
/linux/net/netfilter/
H A Dxt_hashlimit.c273 static void htable_gc(struct work_struct *work);
352 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create()
383 static void htable_gc(struct work_struct *work) in htable_gc() function