Searched refs:stp_enabled (Results 1 – 10 of 10) sorted by relevance
54 if (br->stp_enabled == BR_KERNEL_STP) in br_stp_enable_bridge()166 br->stp_enabled = BR_USER_STP; in br_stp_start()169 br->stp_enabled = BR_KERNEL_STP; in br_stp_start()185 if (br->stp_enabled == BR_USER_STP) { in br_stp_stop()196 br->stp_enabled = BR_NO_STP; in br_stp_stop()204 if (br->stp_enabled == BR_NO_STP) in br_stp_set_enabled()207 if (br->stp_enabled != BR_NO_STP) in br_stp_set_enabled()
206 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()336 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()416 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()420 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()442 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()612 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()648 if (br->stp_enabled != BR_NO_STP && in br_set_forward_delay()
83 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_config_bpdu()128 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_tcn_bpdu()165 if (br->stp_enabled != BR_KERNEL_STP) in br_stp_rcv()
143 b.stp_enabled = (br->stp_enabled != BR_NO_STP); in old_dev_ioctl()
687 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()1081 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); in br_changelink() local1083 br_stp_set_enabled(br, stp_enabled); in br_changelink()1394 u32 stp_enabled = br->stp_enabled; in br_fill_info() local1419 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) || in br_fill_info()
39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
302 if (p->br->stp_enabled == BR_NO_STP || in br_handle_frame()
442 br->stp_enabled = BR_NO_STP; in br_dev_setup()
123 return sprintf(buf, "%d\n", br->stp_enabled); in stp_state_show()
370 } stp_enabled; member