Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set_timeout.h14 #define IPSET_GC_TIME (3 * 60) macro
18 ((timeout/3) ? min_t(u32, (timeout)/3, IPSET_GC_TIME) : 1)