Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rx.c493 static uint32_t rx_cache_hint = 0; variable
727 i = rx_cache_hint; in rx_cache_find()
738 rx_cache_hint = i; in rx_cache_find()
744 } while (i != rx_cache_hint); in rx_cache_find()