Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c54 u16 root_port) in br_should_become_root_port() argument
68 if (!root_port) in br_should_become_root_port()
71 rp = br_get_port(br, root_port); in br_should_become_root_port()
122 u16 root_port = 0; in br_root_selection() local
125 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
131 root_port = p->port_no; in br_root_selection()
134 br->root_port = root_port; in br_root_selection()
136 if (!root_port) { in br_root_selection()
140 p = br_get_port(br, root_port); in br_root_selection()
184 = br_get_port(br, br->root_port); in br_transmit_config()
[all …]
Dbr_ioctl.c142 b.root_port = br->root_port; in old_dev_ioctl()
Dbr_sysfs_br.c224 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in show_root_port()
226 static DEVICE_ATTR(root_port, S_IRUGO, show_root_port, NULL);
Dbr_private.h236 u16 root_port; member