Searched refs:bp_sync (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/net/
H A Dbridgestp.c926 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) {
927 bp->bp_sync = 0;
952 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) {
953 bp->bp_sync = 0;
969 bp->bp_sync = 0;
1013 (bp->bp_sync && bp->bp_synced)) {
1016 bp->bp_sync = 0;
1037 !bp->bp_sync) {
1053 if (((bp->bp_sync && !bp->bp_synced) ||
1192 bp->bp_sync
[all...]
H A Dbridgestp.h316 uint8_t bp_sync; member in struct:bstp_port

Completed in 326 milliseconds