Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dbridgestp.c435 if ((bif->bif_designated_cost + bif->bif_path_cost) < in bstp_root_selection()
436 (root_port->bif_designated_cost + root_port->bif_path_cost)) in bstp_root_selection()
438 if ((bif->bif_designated_cost + bif->bif_path_cost) > in bstp_root_selection()
439 (root_port->bif_designated_cost + root_port->bif_path_cost)) in bstp_root_selection()
467 root_port->bif_path_cost; in bstp_root_selection()
1021 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.c785 bif->bif_path_cost = BSTP_DEFAULT_PATH_COST; in bridge_ioctl_add()
879 req->ifbr_path_cost = bif->bif_path_cost; in bridge_ioctl_gifflags()
995 breq->ifbr_path_cost = bif->bif_path_cost; in bridge_ioctl_gifs()
1280 bif->bif_path_cost = req->ifbr_path_cost; in bridge_ioctl_sifcost()