Searched refs:BSTP_PORT_NEWINFO (Results 1 – 2 of 2) sorted by relevance
190 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()963 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()995 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1049 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1092 if (bp->bp_flags & BSTP_PORT_NEWINFO) in bstp_update_roles()1178 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()1400 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()1453 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()1978 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()1983 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()[all …]
107 #define BSTP_PORT_NEWINFO 0x0002 macro