Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_conntrack_core.c87 #define GC_SCAN_INTERVAL_CLAMP (300ul * HZ) macro
1529 expires = clamp(nf_ct_expires(tmp), GC_SCAN_INTERVAL_MIN, GC_SCAN_INTERVAL_CLAMP); in gc_worker()