Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c402 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) in bstp_pdu_flags()
621 bp->bp_proposing = 0; in bstp_received_bpdu()
665 bp->bp_proposing = 0; in bstp_received_bpdu()
676 bp->bp_proposing = 0; in bstp_received_bpdu()
1045 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1047 bp->bp_proposing = 1; in bstp_update_roles()
1157 bp->bp_proposing = 0; in bstp_update_info()
1294 bp->bp_proposing = 0; in bstp_set_port_role()
1317 bp->bp_proposing = 0; in bstp_set_port_role()
2007 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
H A Dbridgestp.h317 uint8_t bp_proposing; member