Lines Matching refs:bridge_softc

125 void bstp_initialization(struct bridge_softc *);
126 void bstp_stop(struct bridge_softc *);
127 void bstp_initialize_port(struct bridge_softc *, struct bridge_iflist *);
128 void bstp_ifupdstatus(struct bridge_softc *, struct bridge_iflist *);
129 void bstp_enable_port(struct bridge_softc *, struct bridge_iflist *);
130 void bstp_disable_port(struct bridge_softc *, struct bridge_iflist *);
133 int bstp_root_bridge(struct bridge_softc *sc);
134 int bstp_supersedes_port_info(struct bridge_softc *, struct bridge_iflist *,
136 int bstp_designated_port(struct bridge_softc *, struct bridge_iflist *);
137 int bstp_designated_for_some_port(struct bridge_softc *);
138 void bstp_transmit_config(struct bridge_softc *, struct bridge_iflist *);
139 void bstp_transmit_tcn(struct bridge_softc *);
140 struct mbuf *bstp_input(struct bridge_softc *, struct ifnet *,
142 void bstp_received_config_bpdu(struct bridge_softc *, struct bridge_iflist *,
144 void bstp_received_tcn_bpdu(struct bridge_softc *, struct bridge_iflist *,
146 void bstp_record_config_information(struct bridge_softc *,
148 void bstp_record_config_timeout_values(struct bridge_softc *,
150 void bstp_config_bpdu_generation(struct bridge_softc *);
152 void bstp_configuration_update(struct bridge_softc *);
153 void bstp_root_selection(struct bridge_softc *);
154 void bstp_designated_port_selection(struct bridge_softc *);
155 void bstp_become_designated_port(struct bridge_softc *, struct bridge_iflist *);
156 void bstp_port_state_selection(struct bridge_softc *);
157 void bstp_make_forwarding(struct bridge_softc *, struct bridge_iflist *);
158 void bstp_make_blocking(struct bridge_softc *, struct bridge_iflist *);
160 void bstp_set_bridge_priority(struct bridge_softc *, u_int64_t);
161 void bstp_set_port_priority(struct bridge_softc *, struct bridge_iflist *,
163 void bstp_set_path_cost(struct bridge_softc *, struct bridge_iflist *,
165 void bstp_topology_change_detection(struct bridge_softc *);
166 void bstp_topology_change_acknowledged(struct bridge_softc *);
167 void bstp_acknowledge_topology_change(struct bridge_softc *,
175 void bstp_hold_timer_expiry(struct bridge_softc *, struct bridge_iflist *);
176 void bstp_message_age_timer_expiry(struct bridge_softc *,
178 void bstp_forward_delay_timer_expiry(struct bridge_softc *,
180 void bstp_topology_change_timer_expiry(struct bridge_softc *);
181 void bstp_tcn_timer_expiry(struct bridge_softc *);
182 void bstp_hello_timer_expiry(struct bridge_softc *);
186 struct bridge_softc *sc; in bstp_transmit_config()
306 struct bridge_softc *sc; in bstp_root_bridge()
313 struct bridge_softc *sc; in bstp_supersedes_port_info()
341 struct bridge_softc *sc; in bstp_record_config_information()
354 struct bridge_softc *sc; in bstp_record_config_timeout_values()
365 struct bridge_softc *sc; in bstp_config_bpdu_generation()
380 struct bridge_softc *sc; in bstp_designated_port()
389 struct bridge_softc *sc; in bstp_transmit_tcn()
434 struct bridge_softc *sc; in bstp_configuration_update()
442 struct bridge_softc *sc; in bstp_root_selection()
499 struct bridge_softc *sc; in bstp_designated_port_selection()
530 struct bridge_softc *sc; in bstp_become_designated_port()
541 struct bridge_softc *sc; in bstp_port_state_selection()
565 struct bridge_softc *sc; in bstp_make_forwarding()
576 struct bridge_softc *sc; in bstp_make_blocking()
603 struct bridge_softc *sc; in bstp_topology_change_detection()
617 struct bridge_softc *sc; in bstp_topology_change_acknowledged()
625 struct bridge_softc *sc; in bstp_acknowledge_topology_change()
634 struct bridge_softc *sc; in bstp_input()
724 struct bridge_softc *sc; in bstp_received_config_bpdu()
762 struct bridge_softc *sc; in bstp_received_tcn_bpdu()
775 struct bridge_softc *sc; in bstp_hello_timer_expiry()
783 struct bridge_softc *sc; in bstp_message_age_timer_expiry()
807 struct bridge_softc *sc; in bstp_forward_delay_timer_expiry()
823 struct bridge_softc *sc; in bstp_designated_for_some_port()
839 struct bridge_softc *sc; in bstp_tcn_timer_expiry()
847 struct bridge_softc *sc; in bstp_topology_change_timer_expiry()
855 struct bridge_softc *sc; in bstp_hold_timer_expiry()
864 struct bridge_softc *sc; in bstp_initialization()
933 struct bridge_softc *sc; in bstp_stop()
957 struct bridge_softc *sc; in bstp_initialize_port()
972 struct bridge_softc *sc; in bstp_enable_port()
981 struct bridge_softc *sc; in bstp_disable_port()
1011 struct bridge_softc *sc; in bstp_set_bridge_priority()
1045 struct bridge_softc *sc; in bstp_set_port_priority()
1063 struct bridge_softc *sc; in bstp_set_path_cost()
1088 struct bridge_softc *sc; in bstp_ifupdstatus()
1130 struct bridge_softc *sc = vsc;
1217 struct bridge_softc *sc = (struct bridge_softc *)ifp;