Searched refs:cu_pv (Results 1 – 2 of 2) sorted by relevance
343 cu->cu_pv.pv_root_id = in bstp_decode_bpdu()352 cu->cu_pv.pv_dbridge_id = in bstp_decode_bpdu()361 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost); in bstp_decode_bpdu()366 cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid); in bstp_decode_bpdu()367 cu->cu_pv.pv_port_id = bp->bp_port_id; in bstp_decode_bpdu()725 bp->bp_port_pv = cu->cu_pv; in bstp_received_bpdu()799 if (bstp_info_superior(&bp->bp_port_pv, &cu->cu_pv)) { in bstp_pdu_rcvtype()802 } else if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) == in bstp_pdu_rcvtype()824 if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) <= INFO_SAME) { in bstp_pdu_rcvtype()842 bstp_info_cmp(&bp->bp_port_pv, &bp->bp_msg_cu.cu_pv) >= INFO_SAME) { in bstp_pdu_bettersame()
299 struct bstp_pri_vector cu_pv; member