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

/freebsd-10.2-release/sys/net/
H A Dif_bridge.c903 BRIDGE_LOCK_ASSERT(sc);
924 BRIDGE_LOCK_ASSERT(sc);
946 BRIDGE_LOCK_ASSERT(sc);
1020 BRIDGE_LOCK_ASSERT(sc);
1815 BRIDGE_LOCK_ASSERT(sc);
2571 BRIDGE_LOCK_ASSERT(sc);
2648 BRIDGE_LOCK_ASSERT(sc);
2668 BRIDGE_LOCK_ASSERT(sc);
2698 BRIDGE_LOCK_ASSERT(sc);
2717 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 90 milliseconds