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()
107 u16 root_port = 0; in br_root_selection() local
110 if (br_should_become_root_port(p, root_port)) in br_root_selection()
111 root_port = p->port_no; in br_root_selection()
114 br->root_port = root_port; in br_root_selection()
116 if (!root_port) { in br_root_selection()
120 p = br_get_port(br, root_port); in br_root_selection()
164 = br_get_port(br, br->root_port); in br_transmit_config()
208 br_send_tcn_bpdu(br_get_port(br, br->root_port)); in br_transmit_tcn()
408 if (p->port_no == br->root_port) { in br_port_state_selection()
465 if (p->port_no == br->root_port) { in br_received_config_bpdu()