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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c451 static struct xid_entry *xe_last = &xe_table[XID_CACHE_SIZE - 1]; variable in typeref:struct:xid_entry
461 for (x = xe_last; x > xe; x--)
476 if (xe > xe_last)

Completed in 100 milliseconds