Lines Matching refs:owner
124 if (this->owner.port->skip_tx > 0) { in txTcn()
125 if (1 == this->owner.port->skip_tx) in txTcn()
127 this->owner.port->port_name); in txTcn()
128 this->owner.port->skip_tx--; in txTcn()
133 if (this->owner.port->admin_non_stp) return 1; in txTcn()
134 port_index = this->owner.port->port_index; in txTcn()
135 vlan_id = this->owner.port->owner->vlan_id; in txTcn()
143 stp_trace ("port %s txTcn", this->owner.port->port_name); in txTcn()
179 if (this->owner.port->skip_tx > 0) { in txConfig()
180 if (1 == this->owner.port->skip_tx) in txConfig()
182 this->owner.port->port_name); in txConfig()
183 this->owner.port->skip_tx--; in txConfig()
188 port = this->owner.port; in txConfig()
191 vlan_id = port->owner->vlan_id; in txConfig()
218 if (this->owner.port->skip_tx > 0) { in txRstp()
219 if (1 == this->owner.port->skip_tx) in txRstp()
221 this->owner.port->port_name); in txRstp()
224 this->owner.port->port_name, this->owner.port->skip_tx); in txRstp()
226 this->owner.port->skip_tx--; in txRstp()
231 port = this->owner.port; in txRstp()
234 vlan_id = port->owner->vlan_id; in txRstp()
293 register PORT_T* port = this->owner.port; in STP_transmit_enter_state()
306 port->helloWhen = port->owner->rootTimes.HelloTime; in STP_transmit_enter_state()
333 register PORT_T* port = this->owner.port; in STP_transmit_check_conditions()