Home
last modified time | relevance | path

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

/trueos/sys/net/
HDbridgestp.c397 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) in bstp_pdu_flags()
599 bp->bp_proposing = 0; in bstp_received_bpdu()
643 bp->bp_proposing = 0; in bstp_received_bpdu()
654 bp->bp_proposing = 0; in bstp_received_bpdu()
1022 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1024 bp->bp_proposing = 1; in bstp_update_roles()
1134 bp->bp_proposing = 0; in bstp_update_info()
1271 bp->bp_proposing = 0; in bstp_set_port_role()
1294 bp->bp_proposing = 0; in bstp_set_port_role()
1981 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
HDbridgestp.h318 uint8_t bp_proposing; member