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

/freebsd-11.0-release/sys/netinet/
H A Digmp_var.h195 #define IGMP_LOCK() mtx_lock(&igmp_mtx) macro
H A Digmp.c163 * * The permitted lock order is: IN_MULTI_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
169 * * IGMP_LOCK covers igmp_ifsoftc and any global variables in this file,
362 IGMP_LOCK();
401 IGMP_LOCK();
454 IGMP_LOCK();
566 IGMP_LOCK();
629 IGMP_LOCK();
673 IGMP_LOCK();
735 IGMP_LOCK();
829 IGMP_LOCK();
[all...]

Completed in 115 milliseconds