Home
last modified time | relevance | path

Searched refs:BR_NO_STP (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr_stp_if.c173 br->stp_enabled = BR_NO_STP; in br_stp_stop()
181 if (br->stp_enabled == BR_NO_STP) in br_stp_set_enabled()
184 if (br->stp_enabled != BR_NO_STP) in br_stp_set_enabled()
Dbr_stp.c418 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
572 if (br->stp_enabled != BR_NO_STP && in br_set_forward_delay()
Dbr_input.c265 if (p->br->stp_enabled == BR_NO_STP || in br_handle_frame()
Dbr_ioctl.c144 b.stp_enabled = (br->stp_enabled != BR_NO_STP); in old_dev_ioctl()
Dbr_device.c394 br->stp_enabled = BR_NO_STP; in br_dev_setup()
Dbr_private.h242 BR_NO_STP, /* no spanning tree */ enumerator