Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c59 u16 root_port) in br_should_become_root_port() argument
73 if (!root_port) in br_should_become_root_port()
76 rp = br_get_port(br, root_port); in br_should_become_root_port()
127 u16 root_port = 0; in br_root_selection() local
130 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
136 root_port = p->port_no; in br_root_selection()
139 br->root_port = root_port; in br_root_selection()
141 if (!root_port) { in br_root_selection()
145 p = br_get_port(br, root_port); in br_root_selection()
189 = br_get_port(br, br->root_port); in br_transmit_config()
[all …]
Dbr_ioctl.c143 b.root_port = br->root_port; in old_dev_ioctl()
Dbr_sysfs_br.c221 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
223 static DEVICE_ATTR_RO(root_port);
Dbr_private.h247 u16 root_port; member