Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipset/
Dip_set_hash_gen.h74 struct htable_gc { struct
279 struct htable_gc gc; /* gc workqueue */
547 struct htable_gc *gc; in mtype_gc()
554 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc()
583 mtype_gc_init(struct htable_gc *gc) in mtype_gc_init()
/linux-6.1.9/net/netfilter/
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