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

/freebsd-current/sys/netinet/
H A Digmp_var.h198 #define IGMP_LOCK() mtx_lock(&igmp_mtx) macro
H A Digmp.c165 * * The permitted lock order is: IN_MULTI_LIST_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
170 * * IGMP_LOCK covers igmp_ifsoftc and any global variables in this file,
412 IGMP_LOCK();
451 IGMP_LOCK();
505 IGMP_LOCK();
617 IGMP_LOCK();
681 IGMP_LOCK();
713 IGMP_LOCK();
772 IGMP_LOCK();
865 IGMP_LOCK();
[all...]

Completed in 75 milliseconds