Home
last modified time | relevance | path

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

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