Searched refs:bp_flags (Results 1 – 6 of 6) 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()1178 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()1646 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()1662 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()1702 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_set_autoptp()1726 bp->bp_flags |= BSTP_PORT_PNDCOST; in bstp_calc_path_cost()1983 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()[all …]
282 uint32_t bp_flags; member
1418 req->ifbr_stpflags = bp->bp_flags; in bridge_ioctl_gifflags()1426 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) in bridge_ioctl_gifflags()1430 if (bp->bp_flags & BSTP_PORT_AUTOPTP) in bridge_ioctl_gifflags()1432 if (bp->bp_flags & BSTP_PORT_ADMEDGE) in bridge_ioctl_gifflags()1434 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bridge_ioctl_gifflags()
49 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ member
33 unsigned short bp_flags; member
62 nd_uint16_t bp_flags; /* flags - see bootp_flag_values[] member326 bittok2str(bootp_flag_values, "none", GET_BE_U_2(bp->bp_flags))); in bootp_print()328 ND_PRINT(" (0x%04x)", GET_BE_U_2(bp->bp_flags)); in bootp_print()