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

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c116 * mutex_enter(ipd_nsl_lock); enter ipd_hook() bump hook_t refcount
206 * node is not normally referenced, if it is, one has to hold the ipd_nsl_lock.
241 static kmutex_t ipd_nsl_lock; /* lock for the nestack list */ variable
676 * We need to hold the ipd_nsl_lock throughout the entire operation,
681 mutex_enter(&ipd_nsl_lock);
689 mutex_exit(&ipd_nsl_lock);
714 mutex_exit(&ipd_nsl_lock);
736 mutex_enter(&ipd_nsl_lock);
744 mutex_exit(&ipd_nsl_lock);
789 mutex_exit(&ipd_nsl_lock);
[all...]

Completed in 80 milliseconds