Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
HDbridgestp.c213 bif->bif_path_cost; in bstp_transmit_config()
346 bif->bif_path_cost < sc->sc_root_port->bif_path_cost) in bstp_supersedes_port_info()
349 bif->bif_path_cost > sc->sc_root_port->bif_path_cost) in bstp_supersedes_port_info()
513 if (bif->bif_peer_cost + bif->bif_path_cost > designated_cost) in bstp_configuration_update()
515 if (bif->bif_peer_cost + bif->bif_path_cost < designated_cost) in bstp_configuration_update()
544 designated_cost = bif->bif_peer_cost + bif->bif_path_cost; in bstp_configuration_update()
590 if (bif->bif_peer_cost + bif->bif_path_cost > designated_cost) in bstp_configuration_update()
592 if (bif->bif_peer_cost + bif->bif_path_cost < designated_cost) in bstp_configuration_update()
611 designated_cost = bif->bif_peer_cost + bif->bif_path_cost; in bstp_configuration_update()
HDif_bridgevar.h285 #define bif_path_cost bif_info->bifi_path_cost macro
HDif_bridge.c1344 req->ifbr_path_cost = bif->bif_path_cost; in bridge_ioctl_fillflags()
1360 req->ifbr_designated_cost = bif->bif_path_cost + in bridge_ioctl_fillflags()
1766 bif->bif_path_cost = req->ifbr_path_cost; in bridge_ioctl_sifcost()