Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c401 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) in bstp_pdu_flags()
603 bp->bp_proposing = 0; in bstp_received_bpdu()
647 bp->bp_proposing = 0; in bstp_received_bpdu()
658 bp->bp_proposing = 0; in bstp_received_bpdu()
1025 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1027 bp->bp_proposing = 1; in bstp_update_roles()
1137 bp->bp_proposing = 0; in bstp_update_info()
1274 bp->bp_proposing = 0; in bstp_set_port_role()
1297 bp->bp_proposing = 0; in bstp_set_port_role()
1984 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
H A Dbridgestp.h319 uint8_t bp_proposing; member