Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_bridge.c513 struct bridge_softc { struct
516 LIST_ENTRY(bridge_softc) sc_list; argument
518 struct _bridge_rtnode_list *sc_rthash; /* our forwarding table */
519 struct _bridge_rtnode_list sc_rtlist; /* list version of above */
520 uint32_t sc_rthash_key; /* key for hash */
521 uint32_t sc_rthash_size; /* size of the hash table */
522 struct bridge_delayed_call sc_aging_timer;
523 struct bridge_delayed_call sc_resize_call;
525 struct bstp_state sc_stp; /* STP state */
526 bpf_packet_func sc_bpf_input;
[all …]