Searched defs:iptun_hash (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.
131 * iptun_hash is an iptun_t lookup table by link ID protected by
136 * iptun_hash_lock when doing lookups and removals from iptun_hash.
138 mod_hash_t *iptun_hash; variable
478 if (mod_hash_find(iptun_hash, IPTUN_HASH_KEY(linkid),
1318 VERIFY(mod_hash_remove(iptun_hash,
1477 if ((mherr = mod_hash_insert(iptun_hash,

Completed in 361 milliseconds