Searched refs:pv_cost (Results 1 – 3 of 3) sorted by relevance
267 bpdu.cbu_rootpathcost = htonl(bp->bp_desg_pv.pv_cost); in bstp_transmit_bpdu()361 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost); in bstp_decode_bpdu()866 if (cpv->pv_cost < pv->pv_cost) { in bstp_info_cmp()869 if (cpv->pv_cost > pv->pv_cost) { in bstp_info_cmp()929 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()953 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost; in bstp_assign_roles()2260 bs->bs_bridge_pv.pv_cost = 0; in bstp_reinit()
292 uint32_t pv_cost; member
3371 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; \3443 bpreq.ifbp_design_cost = bp->bp_desg_pv.pv_cost; \