Searched refs:root_port (Results 1 – 5 of 5) sorted by relevance
58 static int br_should_become_root_port(struct net_bridge_port *p, int root_port) in br_should_become_root_port() argument72 if (!root_port) in br_should_become_root_port()75 rp = br_get_port(br, root_port); in br_should_become_root_port()111 int root_port; in br_root_selection() local113 root_port = 0; in br_root_selection()117 if (br_should_become_root_port(p, root_port)) in br_root_selection()118 root_port = p->port_no; in br_root_selection()123 br->root_port = root_port; in br_root_selection()125 if (!root_port) { in br_root_selection()129 p = br_get_port(br, root_port); in br_root_selection()[all …]
69 b.root_port = br->root_port; in br_ioctl_device()
93 int root_port; member
107 br->root_port = 0; in new_nb()
61 __u8 root_port; member