Searched refs:sc_stp (Results 1 – 1 of 1) sorted by relevance
273 struct bstp_state sc_stp; /* STP state */ member714 bstp_attach(&sc->sc_stp, &bridge_ops); in bridge_clone_create()775 bstp_detach(&sc->sc_stp); in bridge_clone_destroy()1246 bstp_create(&sc->sc_stp, &bif->bif_stp, bif->bif_ifp); in bridge_ioctl_add()1566 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri()1584 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght()1602 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gfd()1620 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gma()1740 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gbparam()1915 bstp_init(&sc->sc_stp); /* Initialize Spanning Tree */ in bridge_init()[all …]