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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c39 * Lookups and deletions in iptun_hash are synchronized using iptun_hash_lock.
40 * See comments above iptun_hash_lock for details.
132 * iptun_hash_lock. While the hash table's integrity is maintained via
136 * iptun_hash_lock when doing lookups and removals from iptun_hash.
139 static kmutex_t iptun_hash_lock; variable
477 mutex_enter(&iptun_hash_lock);
485 mutex_exit(&iptun_hash_lock);
1317 mutex_enter(&iptun_hash_lock);
1321 mutex_exit(&iptun_hash_lock);
1576 * directly) which holds iptun_hash_lock, an
[all...]

Completed in 80 milliseconds