cu_pv             416 net/bridgestp.c 	cu->cu_pv.pv_root_id =
cu_pv             425 net/bridgestp.c 	cu->cu_pv.pv_dbridge_id =
cu_pv             434 net/bridgestp.c 	cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
cu_pv             439 net/bridgestp.c 	cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid);
cu_pv             440 net/bridgestp.c 	cu->cu_pv.pv_port_id = bp->bp_port_id;
cu_pv             743 net/bridgestp.c 		bp->bp_port_pv = cu->cu_pv;
cu_pv             812 net/bridgestp.c 		if (bstp_info_superior(&bp->bp_port_pv, &cu->cu_pv))
cu_pv             815 net/bridgestp.c 		else if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) ==
cu_pv             835 net/bridgestp.c 		if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) <= INFO_SAME)
cu_pv             852 net/bridgestp.c 	    bstp_info_cmp(&bp->bp_port_pv, &bp->bp_msg_cu.cu_pv) >= INFO_SAME)
cu_pv             281 net/if_bridge.h 	struct bstp_pri_vector	cu_pv;