Searched refs:stp_enabled (Results 1 - 13 of 13) sorted by relevance

/linux-master/net/bridge/
H A Dbr_stp_if.c54 if (br->stp_enabled == BR_KERNEL_STP)
166 br->stp_enabled = BR_USER_STP;
169 br->stp_enabled = BR_KERNEL_STP;
185 if (br->stp_enabled == BR_USER_STP) {
196 br->stp_enabled = BR_NO_STP;
211 if (br->stp_enabled == BR_NO_STP)
214 if (br->stp_enabled != BR_NO_STP)
H A Dbr_stp.c61 if (p->br->stp_enabled == BR_KERNEL_STP) {
244 if (p->br->stp_enabled == BR_KERNEL_STP)
374 if (br->stp_enabled != BR_KERNEL_STP)
454 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) {
458 } else if (br->stp_enabled == BR_KERNEL_STP)
480 if (br->stp_enabled != BR_USER_STP) {
667 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) {
703 if (br->stp_enabled != BR_NO_STP &&
H A Dbr_stp_bpdu.c83 if (p->br->stp_enabled != BR_KERNEL_STP)
130 if (p->br->stp_enabled != BR_KERNEL_STP)
169 if (br->stp_enabled != BR_KERNEL_STP)
H A Dbr_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP)
H A Dbr_ioctl.c181 b.stp_enabled = (br->stp_enabled != BR_NO_STP);
H A Dbr_netlink.c914 if (p->br->stp_enabled == BR_KERNEL_STP)
1310 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); local
1312 err = br_stp_set_enabled(br, stp_enabled, extack);
1645 u32 stp_enabled = br->stp_enabled; local
1670 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) ||
H A Dbr_input.c369 if (p->br->stp_enabled == BR_NO_STP ||
H A Dbr_mrp_netlink.c368 if (br->stp_enabled != BR_NO_STP) {
H A Dbr_vlan_options.c109 if (br->stp_enabled == BR_KERNEL_STP) {
H A Dbr_device.c510 br->stp_enabled = BR_NO_STP;
H A Dbr_sysfs_br.c153 return sprintf(buf, "%d\n", br->stp_enabled);
H A Dbr_private.h534 } stp_enabled; member in struct:net_bridge
/linux-master/include/uapi/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member in struct:__bridge_info

Completed in 149 milliseconds