Lines Matching refs:STPM_T
29 static STPM_T *bridges = NULL;
40 _stp_stpm_iterate_machines (STPM_T* this, in _stp_stpm_iterate_machines()
72 _stp_stpm_init_data (STPM_T* this) in _stp_stpm_init_data()
86 _check_topoch (STPM_T* this) in _check_topoch()
99 STP_stpm_one_second (STPM_T* param) in STP_stpm_one_second()
101 STPM_T* this = (STPM_T*) param; in STP_stpm_one_second()
127 STPM_T*
130 STPM_T* this; in STP_stpm_create()
132 STP_NEW_IN_LIST(this, STPM_T, bridges, "stp instance"); in STP_stpm_create()
154 STP_stpm_enable (STPM_T* this, UID_STP_MODE_T admin_state) in STP_stpm_enable()
176 STP_stpm_delete (STPM_T* this) in STP_stpm_delete()
178 register STPM_T* tmp; in STP_stpm_delete()
179 register STPM_T* prev; in STP_stpm_delete()
217 STP_stpm_start (STPM_T* this) in STP_stpm_start()
260 STP_stpm_stop (STPM_T* this) in STP_stpm_stop()
265 STP_stpm_update (STPM_T* this) /* returns number of loops */ in STP_stpm_update()
291 STP_compute_bridge_id (STPM_T* this) in STP_compute_bridge_id()
311 STPM_T*
318 STP_stpm_update_after_bridge_management (STPM_T* this) in STP_stpm_update_after_bridge_management()
329 STP_stpm_check_bridge_priority (STPM_T* this) in STP_stpm_check_bridge_priority()
331 register STPM_T* oth; in STP_stpm_check_bridge_priority()
344 STP_stpm_get_port_name_by_id (STPM_T* this, PORT_ID port_id) in STP_stpm_get_port_name_by_id()