Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c459 if (port->sdu_failed == bc.bc_failed) in handle_control()
461 port->sdu_failed = bc.bc_failed; in handle_control()
477 if ((rc = STP_IN_enable_port(port->port_index, !bc.bc_failed)) != 0) in handle_control()
479 port->name, bc.bc_failed ? "disable" : "enable", in handle_control()
/illumos-gate/usr/src/uts/common/net/
H A Dbridge.h106 boolean_t bc_failed; /* Max SDU mismatch */ member
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c330 bcp->bc_failed = failed; in link_sdu_fail()