Searched defs:bridge_softc (Results 1 – 1 of 1) sorted by relevance
507 struct bridge_softc { struct510 LIST_ENTRY(bridge_softc) sc_list; argument512 struct _bridge_rtnode_list *sc_rthash; /* our forwarding table */513 struct _bridge_rtnode_list sc_rtlist; /* list version of above */514 uint32_t sc_rthash_key; /* key for hash */515 uint32_t sc_rthash_size; /* size of the hash table */516 struct bridge_delayed_call sc_aging_timer;517 struct bridge_delayed_call sc_resize_call;519 struct bstp_state sc_stp; /* STP state */520 bpf_packet_func sc_bpf_input;[all …]