Home
last modified time | relevance | path

Searched defs:bridge_softc (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c542 struct bridge_softc { struct
545 LIST_ENTRY(bridge_softc) sc_list; argument
548 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 …]