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

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h75 struct htable_gc { struct
293 struct htable_gc gc; /* gc workqueue */
559 struct htable_gc *gc;
566 gc = container_of(work, struct htable_gc, dwork.work);
595 mtype_gc_init(struct htable_gc *gc)
/linux-master/net/netfilter/
H A Dxt_hashlimit.c273 static void htable_gc(struct work_struct *work);
352 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc);
379 static void htable_gc(struct work_struct *work) function

Completed in 133 milliseconds