Home
last modified time | relevance | path

Searched refs:stp_enabled (Results 1 – 7 of 7) 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()
466 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
470 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
492 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()
679 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
715 if (br->stp_enabled != BR_NO_STP && in br_set_forward_delay()
H A Dbr_input.c386 if (p->br->stp_enabled == BR_NO_STP || in br_handle_frame()
H A Dbr_device.c520 br->stp_enabled = BR_NO_STP; in br_dev_setup()
H A Dbr_vlan_options.c133 if (br->stp_enabled == BR_KERNEL_STP) { in br_vlan_modify_state()
H A Dbr_private.h549 } stp_enabled; member
/linux/drivers/ptp/
H A Dptp_s390.c38 if (!stp_enabled()) in ptp_s390_stcke_gettime()
78 if (!stp_enabled()) in ptp_s390_getcrosststamp()
/linux/arch/s390/kernel/
H A Dtime.c432 bool stp_enabled(void) in stp_enabled() function
436 EXPORT_SYMBOL(stp_enabled);