Searched defs:bridge_softc (Results 1 – 1 of 1) sorted by relevance
284 struct bridge_softc { struct286 LIST_ENTRY(bridge_softc) sc_list; argument287 struct sx sc_sx;288 struct mtx sc_rt_mtx;289 uint32_t sc_brtmax; /* max # of addresses */290 uint32_t sc_brtcnt; /* cur. # of addresses */291 uint32_t sc_brttimeout; /* rt timeout in seconds */292 struct callout sc_brcallout; /* bridge callout */296 uint32_t sc_rthash_key; /* key for hash */298 struct bstp_state sc_stp; /* STP state */[all …]