Home
last modified time | relevance | path

Searched refs:stp_enabled (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_stp_if.c54 if (br->stp_enabled == BR_KERNEL_STP) in br_stp_enable_bridge()
166 br->stp_enabled = BR_USER_STP; in br_stp_start()
169 br->stp_enabled = BR_KERNEL_STP; in br_stp_start()
185 if (br->stp_enabled == BR_USER_STP) { in br_stp_stop()
196 br->stp_enabled = BR_NO_STP; in br_stp_stop()
211 if (br->stp_enabled == BR_NO_STP) in br_stp_set_enabled()
214 if (br->stp_enabled != BR_NO_STP) in br_stp_set_enabled()
H A Dbr_stp.c55 if (p->br->stp_enabled == BR_KERNEL_STP) { in br_set_state()
224 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
354 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
434 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
438 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
460 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()
634 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
670 if (br->stp_enabled != BR_NO_STP && in br_set_forward_delay()
H A Dbr_stp_bpdu.c83 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_config_bpdu()
130 if (p->br->stp_enabled != BR_KERNEL_STP) in br_send_tcn_bpdu()
169 if (br->stp_enabled != BR_KERNEL_STP) in br_stp_rcv()
H A Dbr_ioctl.c143 b.stp_enabled = (br->stp_enabled != BR_NO_STP); in old_dev_ioctl()
H A Dbr_netlink.c740 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
1134 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); in br_changelink() local
1136 err = br_stp_set_enabled(br, stp_enabled, extack); in br_changelink()
1449 u32 stp_enabled = br->stp_enabled; in br_fill_info() local
1474 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) || in br_fill_info()
H A Dbr_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
H A Dbr_vlan_options.c81 if (br->stp_enabled == BR_KERNEL_STP) { in br_vlan_modify_state()
H A Dbr_input.c314 if (p->br->stp_enabled == BR_NO_STP || in br_handle_frame()
H A Dbr_device.c474 br->stp_enabled = BR_NO_STP; in br_dev_setup()
H A Dbr_mrp_netlink.c368 if (br->stp_enabled != BR_NO_STP) { in br_mrp_parse()
H A Dbr_sysfs_br.c123 return sprintf(buf, "%d\n", br->stp_enabled); in stp_state_show()
H A Dbr_private.h429 } stp_enabled; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member