Home
last modified time | relevance | path

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

123

/dports/multimedia/libv4l/linux-5.13-rc2/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()
238 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
368 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
448 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
452 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
474 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()
661 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
697 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_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
H A Dbr_netlink.c841 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
1200 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); in br_changelink() local
1202 err = br_stp_set_enabled(br, stp_enabled, extack); in br_changelink()
1517 u32 stp_enabled = br->stp_enabled; in br_fill_info() local
1542 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) || in br_fill_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
238 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
368 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
448 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
452 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
474 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()
661 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
697 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_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
H A Dbr_netlink.c841 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
1200 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); in br_changelink() local
1202 err = br_stp_set_enabled(br, stp_enabled, extack); in br_changelink()
1517 u32 stp_enabled = br->stp_enabled; in br_fill_info() local
1542 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) || in br_fill_info()
H A Dbr_vlan_options.c81 if (br->stp_enabled == BR_KERNEL_STP) { in br_vlan_modify_state()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
238 if (p->br->stp_enabled == BR_KERNEL_STP) in br_transmit_config()
368 if (br->stp_enabled != BR_KERNEL_STP) in br_topology_change_detection()
448 if (br->stp_enabled == BR_NO_STP || br->forward_delay == 0) { in br_make_forwarding()
452 } else if (br->stp_enabled == BR_KERNEL_STP) in br_make_forwarding()
474 if (br->stp_enabled != BR_USER_STP) { in br_port_state_selection()
661 if (br->stp_enabled == BR_KERNEL_STP && br->topology_change != val) { in __br_set_topology_change()
697 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_stp_timer.c39 if (br->stp_enabled == BR_KERNEL_STP) in br_hello_timer_expired()
H A Dbr_netlink.c841 if (p->br->stp_enabled == BR_KERNEL_STP) in br_set_port_state()
1200 u32 stp_enabled = nla_get_u32(data[IFLA_BR_STP_STATE]); in br_changelink() local
1202 err = br_stp_set_enabled(br, stp_enabled, extack); in br_changelink()
1517 u32 stp_enabled = br->stp_enabled; in br_fill_info() local
1542 nla_put_u32(skb, IFLA_BR_STP_STATE, stp_enabled) || in br_fill_info()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dbrctl.c139 uint8_t stp_enabled; member
273 printf(bi.stp_enabled ? "\tyes" : "\tno"); in brctl_main()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dif_bridge.h65 __u8 stp_enabled; member
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dif_bridge.h65 __u8 stp_enabled; member
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/linux/
H A Dif_bridge.h67 __u8 stp_enabled; member
/dports/net/frr7-pythontools/frr-frr-7.5.1/include/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member
/dports/net/frr7/frr-frr-7.5.1/include/linux/
H A Dif_bridge.h68 __u8 stp_enabled; member

123