Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_hashlimit.c216 static void htable_gc(struct work_struct *work);
276 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create()
317 static void htable_gc(struct work_struct *work) in htable_gc() function