Searched refs:evicted (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dnf_conntrack_ecache.c45 unsigned int evicted = 0; local
63 refs[evicted] = ct;
65 if (++evicted >= ARRAY_SIZE(refs)) {
74 while (evicted)
75 nf_ct_put(refs[--evicted]);
/net/ipv4/
H A Dinet_fragment.c131 unsigned int evicted = 0; local
156 ++evicted;
164 return evicted;
170 unsigned int i, evicted = 0; local
180 evicted += inet_evict_bucket(f, &f->hash[i]);
182 if (evicted > INETFRAGS_EVICT_MAX)

Completed in 54 milliseconds