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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_misc.c29 [BR_STATE_DISABLED] = "disabled",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_stp_timer.c28 if (p->state != BR_STATE_DISABLED &&
57 if (p->state == BR_STATE_DISABLED)
74 if (p->state == BR_STATE_DISABLED)
H A Dbr_stp.c26 [BR_STATE_DISABLED] = "disabled",
63 if (p->state == BR_STATE_DISABLED ||
251 if (p->state != BR_STATE_DISABLED &&
323 if (p->state != BR_STATE_DISABLED &&
358 if (p->state != BR_STATE_DISABLED &&
393 if (p->state != BR_STATE_DISABLED) {
H A Dbr_input.c53 if (!p || p->state == BR_STATE_DISABLED)
130 if (p && p->state != BR_STATE_DISABLED)
H A Dbr_stp_if.c70 if (p->state != BR_STATE_DISABLED)
104 p->state = BR_STATE_DISABLED;
243 if (p->state != BR_STATE_DISABLED &&
H A Dbr_if.c95 if (p->state == BR_STATE_DISABLED)
98 if (p->state != BR_STATE_DISABLED)
280 p->state = BR_STATE_DISABLED;
H A Dbr_netlink.c171 (!netif_carrier_ok(dev) && new_state != BR_STATE_DISABLED))
H A Dbr_stp_bpdu.c169 if (p->state == BR_STATE_DISABLED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h57 #define BR_STATE_DISABLED 0 macro

Completed in 156 milliseconds