Lines Matching refs:bp_flags
254 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
602 if (bp->bp_flags & BSTP_PORT_CANMIGRATE) { in bstp_input()
1073 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1105 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1159 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1193 (bp->bp_flags & BSTP_PORT_DISPUTED)) && !bp->bp_operedge && in bstp_update_roles()
1196 bp->bp_flags &= ~BSTP_PORT_DISPUTED; in bstp_update_roles()
1206 if (bp->bp_flags & BSTP_PORT_NEWINFO) { in bstp_update_roles()
1301 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1489 bp->bp_flags &= ~BSTP_PORT_CANMIGRATE; in bstp_set_port_proto()
1527 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1583 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
1783 bp->bp_flags &= ~BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1787 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1801 bp->bp_flags &= ~BSTP_PORT_ADMEDGE; in bstp_set_edge()
1803 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()
1816 bp->bp_flags |= BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
1822 bp->bp_flags &= ~BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
1846 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_set_autoptp()
1851 bp->bp_flags &= ~BSTP_PORT_AUTOPTP; in bstp_set_autoptp()
1867 if (bp->bp_flags & BSTP_PORT_ADMCOST) { in bstp_calc_path_cost()
1873 bp->bp_flags |= BSTP_PORT_PNDCOST; in bstp_calc_path_cost()
1985 if (bp->bp_flags & BSTP_PORT_AUTOPTP) { in bstp_ifupdstatus()
1991 if (bp->bp_flags & BSTP_PORT_PNDCOST) { in bstp_ifupdstatus()
1993 bp->bp_flags &= ~BSTP_PORT_PNDCOST; in bstp_ifupdstatus()
2002 if ((bp->bp_flags & BSTP_PORT_ADMEDGE) && in bstp_ifupdstatus()
2128 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()
2133 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
2151 bp->bp_flags |= BSTP_PORT_CANMIGRATE; in bstp_migrate_delay_expiry()
2157 if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) && in bstp_edge_delay_expiry()
2359 bp->bp_flags = BSTP_PORT_AUTOEDGE | BSTP_PORT_AUTOPTP; in bstp_create()
2388 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_enable()