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

/freebsd-10.0-release/sys/net/
H A Dbridgestp.c108 static int bstp_info_cmp(struct bstp_pri_vector *,
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) >= INFO_SAME)
726 bstp_info_cmp(&bp->bp_port_pv, &bp->bp_desg_pv) >= INFO_SAME)
733 bstp_info_cmp(struct bstp_pri_vector *pv, function
769 if (bstp_info_cmp(pv, cpv) == INFO_BETTER ||
805 bstp_info_cmp(&bs->bs_root_pv, &pv) == INFO_BETTER) {
845 if (bstp_info_cmp(&bp->bp_port_pv,
863 } else if (bstp_info_cmp(
[all...]

Completed in 50 milliseconds