Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h75 struct htable_gc { struct
76 struct delayed_work dwork;
77 struct ip_set *set; /* Set the gc belongs to */
78 u32 region; /* Last gc run position */
/linux/net/netfilter/
H A Dxt_hashlimit.c379 static void htable_gc(struct work_struct *work) in htable_gc() function