Home
last modified time | relevance | path

Searched refs:bp_port_pv (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dbridgestp.c617 bp->bp_port_pv = cu->cu_pv; in bstp_received_bpdu()
685 if (bstp_info_superior(&bp->bp_port_pv, &cu->cu_pv)) in bstp_pdu_rcvtype()
688 else if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) == in bstp_pdu_rcvtype()
708 if (bstp_info_cmp(&bp->bp_port_pv, &cu->cu_pv) <= INFO_SAME) in bstp_pdu_rcvtype()
725 bstp_info_cmp(&bp->bp_port_pv, &bp->bp_msg_cu.cu_pv) >= INFO_SAME) in bstp_pdu_bettersame()
730 bstp_info_cmp(&bp->bp_port_pv, &bp->bp_desg_pv) >= INFO_SAME) in bstp_pdu_bettersame()
799 pv = bp->bp_port_pv; in bstp_assign_roles()
848 if (bstp_info_cmp(&bp->bp_port_pv, in bstp_assign_roles()
866 } else if (bstp_info_cmp(&bp->bp_port_pv, in bstp_assign_roles()
876 bp->bp_port_pv.pv_dbridge_id, in bstp_assign_roles()
[all …]
H A Dbridgestp.h304 struct bstp_pri_vector bp_port_pv; member