Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bridge/
Dbr_stp.c58 static int br_should_become_root_port(struct net_bridge_port *p, int root_port) in br_should_become_root_port() argument
72 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() local
113 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 …]
Dbr_ioctl.c69 b.root_port = br->root_port; in br_ioctl_device()
Dbr_private.h93 int root_port; member
Dbr_if.c107 br->root_port = 0; in new_nb()
/linux-2.4.37.9/include/linux/
Dif_bridge.h61 __u8 root_port; member