Searched refs:cu_pv (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c269 cu->cu_pv.pv_root_id =
278 cu->cu_pv.pv_dbridge_id =
287 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
292 cu->cu_pv.pv_dport_id = ntohs(cpdu->cbu_portid);
293 cu->cu_pv.pv_port_id = bp->bp_port_id;
613 bp->bp_port_pv = cu->cu_pv;
681 if (bstp_info_superior(&bp->bp_port_pv, &cu->cu_pv))
684 else if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) ==
704 if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) <= INFO_SAME)
721 bstp_info_cmp(&bp->bp_port_pv, &bp->bp_msg_cu.cu_pv) >
[all...]
H A Dbridgestp.h258 struct bstp_pri_vector cu_pv; member in struct:bstp_config_unit

Completed in 199 milliseconds