Searched defs:bridge_softc (Results 1 – 1 of 1) sorted by relevance
542 struct bridge_softc { struct545 LIST_ENTRY(bridge_softc) sc_list; argument548 struct _bridge_rtnode_list sc_rtlist; /* list version of above */549 uint32_t sc_rthash_key; /* key for hash */550 uint32_t sc_rthash_size; /* size of the hash table */551 struct bridge_delayed_call sc_aging_timer;552 struct bridge_delayed_call sc_resize_call;554 struct bstp_state sc_stp; /* STP state */555 void *sc_cv;556 uint32_t sc_brtmax; /* max # of addresses */[all …]