Home
last modified time | relevance | path

Searched refs:bp_flags (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dbridgestp.c189 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
942 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
974 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1028 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1157 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1625 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1641 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()
1681 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_set_autoptp()
1705 bp->bp_flags |= BSTP_PORT_PNDCOST; in bstp_calc_path_cost()
1959 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h284 uint32_t bp_flags; member
H A Dif_bridge.c1305 req->ifbr_stpflags = bp->bp_flags; in bridge_ioctl_gifflags()
1313 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) in bridge_ioctl_gifflags()
1317 if (bp->bp_flags & BSTP_PORT_AUTOPTP) in bridge_ioctl_gifflags()
1319 if (bp->bp_flags & BSTP_PORT_ADMEDGE) in bridge_ioctl_gifflags()
1321 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bridge_ioctl_gifflags()