Searched refs:IN_MULTI_LOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Din_mcast.c88 * - Lock order is: Giant, INP_WLOCK, IN_MULTI_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
93 * struct in_multi is covered by IN_MULTI_LOCK. There isn't strictly
1107 IN_MULTI_LOCK();
1187 IN_MULTI_LOCK();
1449 IN_MULTI_LOCK();
1545 IN_MULTI_LOCK();
1578 IN_MULTI_LOCK();
1584 IN_MULTI_LOCK();
2128 IN_MULTI_LOCK();
2350 IN_MULTI_LOCK();
[all...]
H A Din_var.h359 #define IN_MULTI_LOCK() mtx_lock(&in_multi_mtx) macro
367 * The IN_MULTI_LOCK and IF_ADDR_LOCK on ifp must be held.
H A Digmp.c154 * * The permitted lock order is: IN_MULTI_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
159 * * IN_MULTI_LOCK covers in_multi.
443 IN_MULTI_LOCK();
730 IN_MULTI_LOCK();
824 IN_MULTI_LOCK();
1018 IN_MULTI_LOCK();
1252 IN_MULTI_LOCK();
1376 IN_MULTI_LOCK();
1661 IN_MULTI_LOCK();
H A Din.c588 IN_MULTI_LOCK();
1198 IN_MULTI_LOCK();

Completed in 123 milliseconds