Home
last modified time | relevance | path

Searched refs:BRIDGE_LOCKED (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_bridgevar.h348 #define BRIDGE_LOCKED(_sc) mutex_owned(&(_sc)->sc_iflist_psref.bip_lock) macro
H A Dbridgestp.c224 KASSERT(BRIDGE_LOCKED(sc)); in bstp_send_config_bpdu()
370 KASSERT(BRIDGE_LOCKED(sc)); in bstp_transmit_tcn()
H A Dif_bridge.c707 KASSERT(BRIDGE_LOCKED(sc)); in bridge_delete_member()