Searched refs:BR_STATE_DISABLED (Results 1 – 6 of 6) sorted by relevance
65 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()
82 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()
37 if (p->state != BR_STATE_DISABLED && in br_is_designated_for_some_port()167 if (p->state != BR_STATE_DISABLED) in br_check_timers()
133 p->state == BR_STATE_DISABLED) in br_handle_frame()
152 p->state = BR_STATE_DISABLED; in new_nbp()
42 #define BR_STATE_DISABLED 0 macro