Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c232 static struct xid_entry *find_rpc();
440 struct xid_entry { struct
448 static struct xid_entry xe_table[XID_CACHE_SIZE]; argument
449 static struct xid_entry *xe_first = &xe_table[0];
450 static struct xid_entry *xe = &xe_table[0];
451 static struct xid_entry *xe_last = &xe_table[XID_CACHE_SIZE - 1];
453 static struct xid_entry *
456 struct xid_entry *x; in find_rpc()
470 struct xid_entry *x; in stash_rpc()
863 len = sizeof (struct xid_entry); in want_packet()