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

/freebsd-12-stable/sys/netinet/
H A Digmp_var.h197 #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.
171 * * IGMP_LOCK covers igmp_ifsoftc and any global variables in this file,
354 IGMP_LOCK();
393 IGMP_LOCK();
446 IGMP_LOCK();
558 IGMP_LOCK();
621 IGMP_LOCK();
657 IGMP_LOCK();
714 IGMP_LOCK();
808 IGMP_LOCK();
[all...]

Completed in 62 milliseconds