Lines Matching refs:ports
58 for (port = this->ports; port; port = port->next) { in _stp_stpm_iterate_machines()
90 for (port = this->ports; port; port = port->next) { in _check_topoch()
107 for (port = this->ports; port; port = port->next) { in STP_stpm_one_second()
142 this->ports = NULL; in STP_stpm_create()
164 if (this->ports) in STP_stpm_enable()
192 for (port = this->ports; port; ) { in STP_stpm_delete()
195 this->ports = port = (PORT_T*) pv; in STP_stpm_delete()
221 if (! this->ports) { /* there are not any ports :( */ in STP_stpm_start()
237 for (port = this->ports; port; port = port->next) { in STP_stpm_start()
297 for (port = this->ports; port; port = port->next) { in STP_compute_bridge_id()
322 for (port = this->ports; port; port = port->next) { in STP_stpm_update_after_bridge_management()
348 for (port = this->ports; port; port = port->next) { in STP_stpm_get_port_name_by_id()