Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c69 u16 root_port) in br_should_become_root_port() argument
83 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() local
139 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 …]
Dbr_ioctl.c145 b.root_port = br->root_port; in old_dev_ioctl()
Dbr_sysfs_br.c210 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
212 static DEVICE_ATTR_RO(root_port);
Dbr_private.h310 u16 root_port; member
Dbr_netlink.c1201 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info()