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

/freebsd-10.3-release/sys/netinet6/
H A Dmld6_var.h138 #define MLD_LOCK() mtx_lock(&mld_mtx) macro
H A Dmld6.c156 * * The permitted lock order is: IN6_MULTI_LOCK, MLD_LOCK, IF_ADDR_LOCK.
160 * * MLD_LOCK covers per-link state and any global variables in this file.
170 * During interface attach and detach, MLD will take MLD_LOCK *after*
173 * it with MLD_LOCK held without triggering an LOR. A netisr with indirect
185 * calls in6_setscope() internally whilst MLD_LOCK is held. This will
325 MLD_LOCK();
378 MLD_LOCK();
469 MLD_LOCK();
542 MLD_LOCK();
582 MLD_LOCK();
[all...]

Completed in 98 milliseconds