Lines Matching refs:root_port
66 u16 root_port) in br_should_become_root_port() argument
80 if (!root_port) in br_should_become_root_port()
83 rp = br_get_port(br, root_port); in br_should_become_root_port()
134 u16 root_port = 0; in br_root_selection() local
137 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
143 root_port = p->port_no; in br_root_selection()
146 br->root_port = root_port; in br_root_selection()
148 if (!root_port) { in br_root_selection()
152 p = br_get_port(br, root_port); in br_root_selection()
196 = br_get_port(br, br->root_port); in br_transmit_config()
242 p = br_get_port(br, br->root_port); in br_transmit_tcn()
247 br->root_port); in br_transmit_tcn()
447 if (p->port_no == br->root_port) { in br_port_state_selection()
504 if (p->port_no == br->root_port) { in br_received_config_bpdu()