Searched refs:BSTP_PORT_NEWINFO (Results 1 – 2 of 2) sorted by relevance
189 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()962 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()994 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1048 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1091 if (bp->bp_flags & BSTP_PORT_NEWINFO) in bstp_update_roles()1177 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()1399 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()1452 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()1977 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()1982 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()[all …]
107 #define BSTP_PORT_NEWINFO 0x0002 macro