Home
last modified time | relevance | path

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

/net/ipv4/
Dcipso_ipv4.c322 struct cipso_v4_map_cache_entry *prev_entry = NULL; in cipso_v4_cache_check() local
340 if (prev_entry == NULL) { in cipso_v4_cache_check()
345 if (prev_entry->activity > 0) in cipso_v4_cache_check()
346 prev_entry->activity -= 1; in cipso_v4_cache_check()
347 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check()
348 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
352 prev_entry->list.prev, in cipso_v4_cache_check()
353 &prev_entry->list); in cipso_v4_cache_check()
359 prev_entry = entry; in cipso_v4_cache_check()