Searched refs:root_port (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_stp.c56 u16 root_port)
70 if (!root_port)
73 rp = br_get_port(br, root_port);
109 u16 root_port = 0; local
112 if (br_should_become_root_port(p, root_port))
113 root_port = p->port_no;
117 br->root_port = root_port;
119 if (!root_port) {
123 p = br_get_port(br, root_port);
55 br_should_become_root_port(const struct net_bridge_port *p, u16 root_port) argument
[all...]
H A Dbr_ioctl.c188 b.root_port = br->root_port;
H A Dbr_private.h112 u16 root_port; member in struct:net_bridge
H A Dbr_sysfs_br.c205 return sprintf(buf, "%d\n", to_bridge(d)->root_port);
207 static DEVICE_ATTR(root_port, S_IRUGO, show_root_port, NULL);
H A Dbr_if.c219 br->root_port = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h42 u_int16_t root_port; member in struct:bridge_info
H A Dlibbridge_devif.c183 info->root_port = i.root_port;
235 info->root_port = fetch_int(sdir, "root_port");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h76 __u8 root_port; member in struct:__bridge_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_disp.c110 printf("\n root port\t\t%4i\t\t\t", bri->root_port);

Completed in 68 milliseconds