Searched refs:root_port (Results 1 – 5 of 5) sorted by relevance
103 u16 root_port) in br_should_become_root_port() argument117 if (!root_port) in br_should_become_root_port()120 rp = br_get_port(br, root_port); in br_should_become_root_port()170 u16 root_port = 0; in br_root_selection() local179 root_port = p->port_no; in br_root_selection()182 br->root_port = root_port; in br_root_selection()184 if (!root_port) { in br_root_selection()188 p = br_get_port(br, root_port); in br_root_selection()232 = br_get_port(br, br->root_port); in br_transmit_config()279 p = br_get_port(br, br->root_port); in br_transmit_tcn()[all …]
179 b.root_port = br->root_port; in br_dev_siocdevprivate()
238 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()240 static DEVICE_ATTR_RO(root_port);
1680 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info()
520 u16 root_port; member
Completed in 20 milliseconds