Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c495 static uint_t slp_table[SLP_CACHE_SIZE]; variable
510 if (slp_table[i] == dport) { in find_slp()
514 if (slp_table[i] == dport) { in find_slp()
523 if (slp_table[slp_index - 1] == sport) in stash_slp()
527 slp_table[slp_index++] = sport; in stash_slp()