Searched refs:bs_root_pv (Results 1 – 3 of 3) sorted by relevance
388 struct bstp_pri_vector bs_root_pv; member
915 bs->bs_root_pv = bs->bs_bridge_pv; in bstp_assign_roles()938 bstp_info_cmp(&bs->bs_root_pv, &pv) == INFO_BETTER) { in bstp_assign_roles()940 bs->bs_root_pv = pv; in bstp_assign_roles()952 bp->bp_desg_pv.pv_root_id = bs->bs_root_pv.pv_root_id; in bstp_assign_roles()953 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost; in bstp_assign_roles()2239 bs->bs_root_pv = bs->bs_bridge_pv; in bstp_reinit()
3633 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; \3635 req->ifbop_designated_root = bs->bs_root_pv.pv_root_id; \3636 req->ifbop_designated_bridge = bs->bs_root_pv.pv_dbridge_id; \