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

/freebsd-10-stable/sys/net/
H A Dif_bridge.c911 BRIDGE_LOCK_ASSERT(sc);
932 BRIDGE_LOCK_ASSERT(sc);
954 BRIDGE_LOCK_ASSERT(sc);
1028 BRIDGE_LOCK_ASSERT(sc);
1823 BRIDGE_LOCK_ASSERT(sc);
2580 BRIDGE_LOCK_ASSERT(sc);
2657 BRIDGE_LOCK_ASSERT(sc);
2677 BRIDGE_LOCK_ASSERT(sc);
2707 BRIDGE_LOCK_ASSERT(sc);
2726 BRIDGE_LOCK_ASSERT(s
[all...]
H A Dif_bridgevar.h282 #define BRIDGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro

Completed in 214 milliseconds