Searched defs:SLP_CACHE_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c494 #define SLP_CACHE_SIZE 64 macro
495 static uint_t slp_table[SLP_CACHE_SIZE];
512 for (i = SLP_CACHE_SIZE - 1; i > slp_index; i--)
525 if (slp_index == SLP_CACHE_SIZE)

Completed in 79 milliseconds