Lines Matching refs:root_port
103 u16 root_port) in br_should_become_root_port() argument
117 if (!root_port) in br_should_become_root_port()
120 rp = br_get_port(br, root_port); in br_should_become_root_port()
170 u16 root_port = 0; in br_root_selection() local
173 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
179 root_port = p->port_no; in br_root_selection()
182 br->root_port = root_port; in br_root_selection()
184 if (!root_port) { in br_root_selection()
188 p = br_get_port(br, root_port); in br_root_selection()
232 = br_get_port(br, br->root_port); in br_transmit_config()
279 p = br_get_port(br, br->root_port); in br_transmit_tcn()
284 br->root_port); in br_transmit_tcn()
481 if (p->port_no == br->root_port) { in br_port_state_selection()
546 if (p->port_no == br->root_port) { in br_received_config_bpdu()