HomeSort by: relevance | last modified time | path
    Searched refs:sc_root_path_cost (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bridgestp.c 188 bif->bif_config_bpdu.cu_root_path_cost = sc->sc_root_path_cost;
457 sc->sc_root_path_cost = 0;
460 sc->sc_root_path_cost = root_port->bif_designated_cost +
478 if (sc->sc_root_path_cost < bif->bif_designated_cost)
480 if (sc->sc_root_path_cost > bif->bif_designated_cost)
499 bif->bif_designated_cost = sc->sc_root_path_cost;
857 sc->sc_root_path_cost = 0;
if_bridgevar.h 304 uint32_t sc_root_path_cost; member in struct:bridge_softc

Completed in 35 milliseconds