Searched refs:IPSET_GC_PERIOD (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h452 #define IPSET_GC_PERIOD(timeout) \ macro
/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h44 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ);
287 map->gc.expires = jiffies + IPSET_GC_PERIOD(set->timeout) * HZ;
H A Dip_set_hash_gen.h578 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks;
H A Dip_set_list_set.c580 map->gc.expires = jiffies + IPSET_GC_PERIOD(set->timeout) * HZ;
590 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ);

Completed in 1094 milliseconds