Lines Matching refs:root_port
71 u16 root_port) in br_should_become_root_port() argument
85 if (!root_port) in br_should_become_root_port()
88 rp = br_get_port(br, root_port); in br_should_become_root_port()
139 u16 root_port = 0; in br_root_selection() local
142 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
148 root_port = p->port_no; in br_root_selection()
151 br->root_port = root_port; in br_root_selection()
153 if (!root_port) { in br_root_selection()
157 p = br_get_port(br, root_port); in br_root_selection()
201 = br_get_port(br, br->root_port); in br_transmit_config()
248 p = br_get_port(br, br->root_port); in br_transmit_tcn()
253 br->root_port); in br_transmit_tcn()
452 if (p->port_no == br->root_port) { in br_port_state_selection()
515 if (p->port_no == br->root_port) { in br_received_config_bpdu()