Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_stp.c61 if (p->br->stp_enabled == BR_KERNEL_STP) { in br_set_state()
251 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
385 if (br->stp_enabled != BR_KERNEL_STP || in br_topology_change_detection()
470 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
679 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
H A Dbr_vlan_options.c133 if (br->stp_enabled == BR_KERNEL_STP) { in br_vlan_modify_state()
H A Dbr_private.h548 BR_KERNEL_STP, /* old STP in kernel */ enumerator