Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rx.c487 #define RX_CACHE_SIZE 64 macro
489 static struct rx_cache_entry rx_cache[RX_CACHE_SIZE];
690 if (++rx_cache_next >= RX_CACHE_SIZE) in rx_cache_insert()
737 if (++i >= RX_CACHE_SIZE) in rx_cache_find()