Home
last modified time | relevance | path

Searched refs:BR_STATE_DISABLED (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/bridge/
Dbr_stp.c65 if (p->state == BR_STATE_DISABLED || in br_should_become_root_port()
252 if (p->state != BR_STATE_DISABLED && in br_designated_port_selection()
324 if (p->state != BR_STATE_DISABLED && in br_config_bpdu_generation()
360 if (p->state != BR_STATE_DISABLED && in br_make_blocking()
402 if (p->state != BR_STATE_DISABLED) { in br_port_state_selection()
434 if (p->state == BR_STATE_DISABLED) in br_received_config_bpdu()
472 if (p->state != BR_STATE_DISABLED && in br_received_tcn_bpdu()
Dbr_stp_if.c82 if (p->state != BR_STATE_DISABLED) in br_stp_disable_bridge()
110 p->state = BR_STATE_DISABLED; in br_stp_disable_port()
186 if (p->state != BR_STATE_DISABLED && in br_stp_set_bridge_priority()
Dbr_stp_timer.c37 if (p->state != BR_STATE_DISABLED && in br_is_designated_for_some_port()
167 if (p->state != BR_STATE_DISABLED) in br_check_timers()
Dbr_input.c133 p->state == BR_STATE_DISABLED) in br_handle_frame()
Dbr_if.c152 p->state = BR_STATE_DISABLED; in new_nbp()
/linux-2.4.37.9/include/linux/
Dif_bridge.h42 #define BR_STATE_DISABLED 0 macro