Home
last modified time | relevance | path

Searched refs:BR_KERNEL_STP (Results 1 – 7 of 7) sorted by relevance

/linux/net/bridge/
H A Dbr_stp_bpdu.c83 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_config_bpdu()
130 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_tcn_bpdu()
169 if (br->stp_enabled != BR_KERNEL_STP) in br_stp_rcv()
H A Dbr_stp.c61 if (p->br->stp_enabled == BR_KERNEL_STP) { in br_set_state()
244 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
374 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
458 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
667 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
H A Dbr_stp_if.c54 if (br->stp_enabled == BR_KERNEL_STP) in br_stp_enable_bridge()
169 br->stp_enabled = BR_KERNEL_STP; in br_stp_start()
H A Dbr_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
H A Dbr_vlan_options.c109 if (br->stp_enabled == BR_KERNEL_STP) { in br_vlan_modify_state()
H A Dbr_netlink.c914 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
H A Dbr_private.h532 BR_KERNEL_STP, /* old STP in kernel */ enumerator