Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dbridgestp.c429 if ((bif->bif_designated_cost + bif->bif_path_cost) < in bstp_root_selection()
430 (root_port->bif_designated_cost + root_port->bif_path_cost)) in bstp_root_selection()
432 if ((bif->bif_designated_cost + bif->bif_path_cost) > in bstp_root_selection()
433 (root_port->bif_designated_cost + root_port->bif_path_cost)) in bstp_root_selection()
461 root_port->bif_path_cost; in bstp_root_selection()
1011 bif->bif_path_cost = path_cost; in bstp_set_path_cost()
H A Dif_bridgevar.h256 uint32_t bif_path_cost; member
H A Dif_bridge.c899 bif->bif_path_cost = BSTP_DEFAULT_PATH_COST; in bridge_ioctl_add()
987 req->ifbr_path_cost = bif->bif_path_cost; in bridge_ioctl_gifflags()
1104 breq->ifbr_path_cost = bif->bif_path_cost; in bridge_ioctl_gifs()
1393 bif->bif_path_cost = req->ifbr_path_cost; in bridge_ioctl_sifcost()