Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp_bpdu.c80 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_config_bpdu()
125 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_tcn_bpdu()
163 if (br->stp_enabled != BR_KERNEL_STP) in br_stp_rcv()
Dbr_stp.c325 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
410 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
Dbr_stp_if.c136 br->stp_enabled = BR_KERNEL_STP; in br_stp_start()
Dbr_netlink.c293 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
Dbr_private.h240 BR_KERNEL_STP, /* old STP in kernel */ enumerator