Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_conntrack_core.c1457 unsigned int i, hashsz, nf_conntrack_max95 = 0; in gc_worker() local
1469 nf_conntrack_max95 = nf_conntrack_max / 100u * 95u; in gc_worker()
1505 if (!nf_conntrack_max95) in gc_worker()
1533 if (nf_conntrack_max95 == 0 || gc_worker_skip_ct(tmp)) in gc_worker()
1538 if (atomic_read(&cnet->count) < nf_conntrack_max95) in gc_worker()