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

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h205 #define BLF_TRILLACTIVE 0x0040 /* in active forwarding use */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1366 blp->bl_flags &= ~BLF_TRILLACTIVE;
1382 blp->bl_flags &= ~BLF_TRILLACTIVE;
2338 if (!(blp->bl_flags & BLF_TRILLACTIVE) ||
2462 (!(blp->bl_flags & BLF_TRILLACTIVE) ||
2632 newflags = BLF_TRILLACTIVE;
2634 blp->bl_flags = (blp->bl_flags & ~BLF_TRILLACTIVE) | newflags;

Completed in 83 milliseconds