Searched refs:root_port (Results 1 – 5 of 5) sorted by relevance
69 u16 root_port) in br_should_become_root_port() argument83 if (!root_port) in br_should_become_root_port()86 rp = br_get_port(br, root_port); in br_should_become_root_port()136 u16 root_port = 0; in br_root_selection() local139 if (!br_should_become_root_port(p, root_port)) in br_root_selection()145 root_port = p->port_no; in br_root_selection()148 br->root_port = root_port; in br_root_selection()150 if (!root_port) { in br_root_selection()154 p = br_get_port(br, root_port); in br_root_selection()198 = br_get_port(br, br->root_port); in br_transmit_config()[all …]
145 b.root_port = br->root_port; in old_dev_ioctl()
210 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()212 static DEVICE_ATTR_RO(root_port);
310 u16 root_port; member
1201 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info()