Home
last modified time | relevance | path

Searched refs:cu_topology_change (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/bridge/
H A Dbridgestp.c232 bif->bif_config_bpdu.cu_topology_change = sc->sc_topology_change; in bstp_transmit_config()
272 bpdu.cbu_flags = (cu->cu_topology_change ? BSTP_FLAG_TC : 0) | in bstp_send_config_bpdu()
400 sc->sc_topology_change = config->cu_topology_change; in bstp_record_config_timeout_values()
933 cu.cu_topology_change = in bstp_input()
H A Dif_bridgevar.h247 uint8_t cu_topology_change; member