Home
last modified time | relevance | path

Searched refs:root_port (Results 1 – 5 of 5) sorted by relevance

/net/bridge/
A Dbr_stp.c103 u16 root_port) in br_should_become_root_port() argument
117 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() local
179 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 …]
A Dbr_ioctl.c179 b.root_port = br->root_port; in br_dev_siocdevprivate()
A Dbr_sysfs_br.c238 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
240 static DEVICE_ATTR_RO(root_port);
A Dbr_netlink.c1680 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info()
A Dbr_private.h520 u16 root_port; member

Completed in 20 milliseconds