Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/bridge/
H A Dbridgestp.c134 static int bstp_root_bridge(struct bridge_softc *sc);
217 if (bstp_root_bridge(sc)) { in bstp_transmit_config()
313 bstp_root_bridge(struct bridge_softc *sc) in bstp_root_bridge() function
821 if (bstp_root_bridge(sc)) { in bstp_topology_change_detection()
951 iamroot = bstp_root_bridge(sc); in bstp_received_config_bpdu()
978 if (iamroot && bstp_root_bridge(sc) == 0) { in bstp_received_config_bpdu()
1037 if ((sc->sc_ifp->if_flags & IFF_LINK1) || bstp_root_bridge(sc)) in bstp_hello_timer_expiry()
1047 iamroot = bstp_root_bridge(sc); in bstp_message_age_timer_expiry()
1057 if (iamroot == 0 && bstp_root_bridge(sc)) { in bstp_message_age_timer_expiry()
1316 iamroot = bstp_root_bridge(sc); in bstp_disable_port()
[all …]