Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dif_bridge.c903 BRIDGE_LOCK_ASSERT(sc); in bridge_lookup_member()
924 BRIDGE_LOCK_ASSERT(sc); in bridge_lookup_member_if()
946 BRIDGE_LOCK_ASSERT(sc); in bridge_delete_member()
1017 BRIDGE_LOCK_ASSERT(sc); in bridge_delete_span()
1814 BRIDGE_LOCK_ASSERT(sc); in bridge_stop()
2571 BRIDGE_LOCK_ASSERT(sc); in bridge_rtupdate()
2648 BRIDGE_LOCK_ASSERT(sc); in bridge_rtlookup()
2668 BRIDGE_LOCK_ASSERT(sc); in bridge_rttrim()
2698 BRIDGE_LOCK_ASSERT(sc); in bridge_timer()
2717 BRIDGE_LOCK_ASSERT(sc); in bridge_rtage()
[all …]
Dif_bridgevar.h282 #define BRIDGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro