Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h74 struct htable_gc { struct
292 struct htable_gc gc; /* gc workqueue */
558 struct htable_gc *gc; in mtype_gc()
565 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc()
594 mtype_gc_init(struct htable_gc *gc) in mtype_gc_init()
/openbmc/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()
379 static void htable_gc(struct work_struct *work) in htable_gc() function