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

/freebsd-9.3-release/sys/netinet/
H A Digmp_var.h195 #define IGMP_LOCK() mtx_lock(&igmp_mtx) macro
H A Digmp.c154 * * The permitted lock order is: IN_MULTI_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
160 * * IGMP_LOCK covers igmp_ifinfo and any global variables in this file,
352 IGMP_LOCK();
391 IGMP_LOCK();
444 IGMP_LOCK();
549 IGMP_LOCK();
617 IGMP_LOCK();
662 IGMP_LOCK();
731 IGMP_LOCK();
825 IGMP_LOCK();
[all...]

Completed in 42 milliseconds