Searched defs:trillmode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2221 boolean_t trillmode = B_FALSE; local
2239 trillmode = B_TRUE;
2337 if (trillmode) {
2360 if (!trillmode && blp->bl_state == BLS_FORWARDING &&
2398 if (trillmode) {
2431 if (trillmode || blp->bl_state == BLS_FORWARDING) {
2451 boolean_t trillmode; local
2453 trillmode = blp->bl_trilldata != NULL;
2460 if ((!trillmode && blp->bl_state == BLS_BLOCKLISTEN) ||
2461 (trillmode
[all...]

Completed in 87 milliseconds