Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dif_bridge.c550 struct bridge_softc { struct
553 LIST_ENTRY(bridge_softc) sc_list; argument
556 struct _bridge_rtnode_list sc_rtlist; /* list version of above */
557 uint32_t sc_rthash_key; /* key for hash */
558 uint32_t sc_rthash_size; /* size of the hash table */
559 struct bridge_delayed_call sc_aging_timer;
560 struct bridge_delayed_call sc_resize_call;
562 struct bstp_state sc_stp; /* STP state */
563 void *sc_cv;
564 uint32_t sc_brtmax; /* max # of addresses */
[all …]