Lines Matching defs:sc

179 bstp_transmit_config(struct bridge_softc *sc, struct bridge_iflist *bif)  in bstp_transmit_config()
215 bstp_send_config_bpdu(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_send_config_bpdu()
284 bstp_root_bridge(struct bridge_softc *sc) in bstp_root_bridge()
290 bstp_supersedes_port_info(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_supersedes_port_info()
316 bstp_record_config_information(struct bridge_softc *sc, in bstp_record_config_information()
327 bstp_record_config_timeout_values(struct bridge_softc *sc, in bstp_record_config_timeout_values()
337 bstp_config_bpdu_generation(struct bridge_softc *sc) in bstp_config_bpdu_generation()
351 bstp_designated_port(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_designated_port()
358 bstp_transmit_tcn(struct bridge_softc *sc) in bstp_transmit_tcn()
401 bstp_configuration_update(struct bridge_softc *sc) in bstp_configuration_update()
408 bstp_root_selection(struct bridge_softc *sc) in bstp_root_selection()
466 bstp_designated_port_selection(struct bridge_softc *sc) in bstp_designated_port_selection()
496 bstp_become_designated_port(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_become_designated_port()
505 bstp_port_state_selection(struct bridge_softc *sc) in bstp_port_state_selection()
528 bstp_make_forwarding(struct bridge_softc *sc, in bstp_make_forwarding()
538 bstp_make_blocking(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_make_blocking()
560 bstp_topology_change_detection(struct bridge_softc *sc) in bstp_topology_change_detection()
573 bstp_topology_change_acknowledged(struct bridge_softc *sc) in bstp_topology_change_acknowledged()
580 bstp_acknowledge_topology_change(struct bridge_softc *sc, in bstp_acknowledge_topology_change()
588 bstp_input(struct bridge_softc *sc, struct bridge_iflist *bif, struct mbuf *m) in bstp_input()
683 bstp_received_config_bpdu(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_received_config_bpdu()
720 bstp_received_tcn_bpdu(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_received_tcn_bpdu()
731 bstp_hello_timer_expiry(struct bridge_softc *sc) in bstp_hello_timer_expiry()
738 bstp_message_age_timer_expiry(struct bridge_softc *sc, in bstp_message_age_timer_expiry()
761 bstp_forward_delay_timer_expiry(struct bridge_softc *sc, in bstp_forward_delay_timer_expiry()
776 bstp_designated_for_some_port(struct bridge_softc *sc) in bstp_designated_for_some_port()
791 bstp_tcn_timer_expiry(struct bridge_softc *sc) in bstp_tcn_timer_expiry()
798 bstp_topology_change_timer_expiry(struct bridge_softc *sc) in bstp_topology_change_timer_expiry()
805 bstp_hold_timer_expiry(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_hold_timer_expiry()
812 bstp_initialization(struct bridge_softc *sc) in bstp_initialization()
889 bstp_stop(struct bridge_softc *sc) in bstp_stop()
911 bstp_initialize_port(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_initialize_port()
924 bstp_enable_port(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_enable_port()
931 bstp_disable_port(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_disable_port()
959 bstp_set_bridge_priority(struct bridge_softc *sc, uint64_t new_bridge_id) in bstp_set_bridge_priority()
991 bstp_set_port_priority(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_set_port_priority()
1007 bstp_set_path_cost(struct bridge_softc *sc, struct bridge_iflist *bif, in bstp_set_path_cost()
1017 bstp_ifupdstatus(struct bridge_softc *sc, struct bridge_iflist *bif) in bstp_ifupdstatus()
1052 struct bridge_softc *sc = arg; in bstp_tick() local