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

/freebsd-12-stable/contrib/tcpdump/
H A 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)
737 if (++i >= RX_CACHE_SIZE)

Completed in 48 milliseconds