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

/freebsd-9.3-release/sys/netinet/
H A Din_var.h357 #define IN_MULTI_LOCK() mtx_lock(&in_multi_mtx) macro
365 * The IN_MULTI_LOCK and IF_ADDR_LOCK on ifp must be held.
H A Din_mcast.c87 * - Lock order is: Giant, INP_WLOCK, IN_MULTI_LOCK, IGMP_LOCK, IF_ADDR_LOCK.
92 * struct in_multi is covered by IN_MULTI_LOCK. There isn't strictly
1100 IN_MULTI_LOCK();
1183 IN_MULTI_LOCK();
1443 IN_MULTI_LOCK();
2094 IN_MULTI_LOCK();
2316 IN_MULTI_LOCK();
2569 IN_MULTI_LOCK();
2814 IN_MULTI_LOCK();
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.c625 IN_MULTI_LOCK();
1249 IN_MULTI_LOCK();

Completed in 92 milliseconds