Searched defs:bridge_softc (Results 1 – 1 of 1) sorted by relevance
548 struct bridge_softc { struct551 LIST_ENTRY(bridge_softc) sc_list; argument554 struct _bridge_rtnode_list sc_rtlist; /* list version of above */555 uint32_t sc_rthash_key; /* key for hash */556 uint32_t sc_rthash_size; /* size of the hash table */557 struct bridge_delayed_call sc_aging_timer;558 struct bridge_delayed_call sc_resize_call;560 struct bstp_state sc_stp; /* STP state */561 void *sc_cv;562 uint32_t sc_brtmax; /* max # of addresses */[all …]