Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-rx.c498 static uint32_t rx_cache_hint = 0; variable
732 i = rx_cache_hint; in rx_cache_find()
743 rx_cache_hint = i; in rx_cache_find()
749 } while (i != rx_cache_hint); in rx_cache_find()