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

/freebsd-11.0-release/sys/netinet6/
H A Dmld6_var.h151 #define MLD_LOCK() mtx_lock(&mld_mtx) macro
H A Dmld6.c157 * * The permitted lock order is: IN6_MULTI_LOCK, MLD_LOCK, IF_ADDR_LOCK.
161 * * MLD_LOCK covers per-link state and any global variables in this file.
171 * During interface attach and detach, MLD will take MLD_LOCK *after*
174 * it with MLD_LOCK held without triggering an LOR. A netisr with indirect
186 * calls in6_setscope() internally whilst MLD_LOCK is held. This will
325 MLD_LOCK();
378 MLD_LOCK();
475 MLD_LOCK();
543 MLD_LOCK();
583 MLD_LOCK();
[all...]

Completed in 114 milliseconds