Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c64 struct cache_struct xid_cache[XID_CACHE_SIZE]; variable
717 struct cache_struct *xcpfirst = &xid_cache[0];
718 struct cache_struct *xcp = &xid_cache[0];
719 struct cache_struct *xcplast = &xid_cache[XID_CACHE_SIZE - 1];
H A Dsnoop.h113 } xid_cache[XID_CACHE_SIZE]; variable