Searched refs:ipf_stack_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c16 * stored in the ipf_stacks list, which is protected by ipf_stack_lock.
29 * - ipf_stack_lock must be held when accessing the ipf_stacks list
30 * - ipf_stack_lock should be held before acquiring ifs_ipf_global for
32 * the ipf_stack_t from the list, then drops ipf_stack_lock before
168 static kmutex_t ipf_stack_lock; variable
370 mutex_init(&ipf_stack_lock, NULL, MUTEX_DRIVER, NULL);
471 mutex_enter(&ipf_stack_lock);
477 mutex_exit(&ipf_stack_lock);
547 mutex_enter(&ipf_stack_lock);
556 mutex_exit(&ipf_stack_lock);
[all...]

Completed in 52 milliseconds