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

/freebsd-current/sys/netinet6/
H A Dmld6_var.h150 #define MLD_LOCK() mtx_lock(&mld_mtx) macro
H A Dmld6.c154 * * The permitted lock order is: IN6_MULTI_LOCK, MLD_LOCK, IF_ADDR_LOCK.
158 * * MLD_LOCK covers per-link state and any global variables in this file.
168 * During interface attach and detach, MLD will take MLD_LOCK *after*
171 * it with MLD_LOCK held without triggering an LOR. A netisr with indirect
183 * calls in6_setscope() internally whilst MLD_LOCK is held. This will
327 MLD_LOCK();
381 MLD_LOCK();
487 MLD_LOCK();
517 MLD_LOCK();
563 MLD_LOCK();
[all...]

Completed in 54 milliseconds