Lines Matching refs:root_port
65 u16 root_port) in br_should_become_root_port() argument
79 if (!root_port) in br_should_become_root_port()
82 rp = br_get_port(br, root_port); in br_should_become_root_port()
132 u16 root_port = 0; in br_root_selection() local
135 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
141 root_port = p->port_no; in br_root_selection()
144 br->root_port = root_port; in br_root_selection()
146 if (!root_port) { in br_root_selection()
150 p = br_get_port(br, root_port); in br_root_selection()
194 = br_get_port(br, br->root_port); in br_transmit_config()
241 p = br_get_port(br, br->root_port); in br_transmit_tcn()
246 br->root_port); in br_transmit_tcn()
443 if (p->port_no == br->root_port) { in br_port_state_selection()
506 if (p->port_no == br->root_port) { in br_received_config_bpdu()