Lines Matching refs:root_port
54 u16 root_port) in br_should_become_root_port() argument
68 if (!root_port) in br_should_become_root_port()
71 rp = br_get_port(br, root_port); in br_should_become_root_port()
122 u16 root_port = 0; in br_root_selection() local
125 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
131 root_port = p->port_no; in br_root_selection()
134 br->root_port = root_port; in br_root_selection()
136 if (!root_port) { in br_root_selection()
140 p = br_get_port(br, root_port); in br_root_selection()
184 = br_get_port(br, br->root_port); in br_transmit_config()
230 p = br_get_port(br, br->root_port); in br_transmit_tcn()
235 br->root_port); in br_transmit_tcn()
435 if (p->port_no == br->root_port) { in br_port_state_selection()
492 if (p->port_no == br->root_port) { in br_received_config_bpdu()