| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_locked_port.sh | 50 bridge link set dev $swp1 learning off 187 bridge link set dev $swp1 learning on locked on 195 bridge link set dev $swp1 learning on locked on mab on 212 bridge link set dev $swp1 learning off locked off mab off 226 bridge link set dev $swp1 learning on locked on mab on 244 bridge link set dev $swp1 learning off locked off mab off 256 bridge link set dev $swp1 learning on locked off mab on &> /dev/null 259 bridge link set dev $swp1 learning off locked on mab on &> /dev/null 262 bridge link set dev $swp1 learning on locked on mab on 265 bridge link set dev $swp1 learning off locked off mab off [all …]
|
| H A D | bridge_vlan_unaware.sh | 92 learning() function
|
| H A D | vxlan_bridge_1q.sh | 785 ip link set dev $vx type bridge_slave learning off 795 ip link set dev $vx type bridge_slave learning on 817 ip link set dev vx10 type vxlan learning 819 ip link set dev vx20 type vxlan learning
|
| H A D | vxlan_bridge_1d.sh | 700 ip link set dev vx1 type vxlan learning 774 ip link set dev vx1 type bridge_slave learning off 783 ip link set dev vx1 type bridge_slave learning on
|
| H A D | bridge_fdb_learning_limit.sh | 43 ip link set dev "$swp2" type bridge_slave learning off
|
| H A D | bridge_vlan_aware.sh | 90 learning() function
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rswitch_l2.c | 24 bool start, bool learning) in rswitch_change_l2_hw_offloading() argument 26 u32 bits = learning ? FWPC0_MACSSA | FWPC0_MACHLA | FWPC0_MACHMA : FWPC0_MACDSA; in rswitch_change_l2_hw_offloading() 30 if ((learning && rdev->learning_offloaded == start) || in rswitch_change_l2_hw_offloading() 31 (!learning && rdev->forwarding_offloaded == start)) in rswitch_change_l2_hw_offloading() 36 if (learning) in rswitch_change_l2_hw_offloading() 42 learning ? "learning" : "forwarding"); in rswitch_change_l2_hw_offloading()
|
| /linux/security/tomoyo/ |
| H A D | Kconfig | 17 int "Default maximal count for learning mode" 23 that are automatically appended into policy at "learning mode". 25 such programs in "learning mode" dulls the system response
|
| /linux/Documentation/networking/dsa/ |
| H A D | lan9303.rst | 22 no HW MAC learning takes place in this mode. 24 When both user ports are joined to the same bridge, the normal HW MAC learning
|
| H A D | dsa.rst | 771 of FDB entries that is active (can be matched by address learning on RX, or FDB 810 learning is a bridging layer service and this is a standalone port, therefore 811 it would consume useless space. With no address learning, the port private 905 learning etc) disabled, and send all received packets to the CPU port only. 910 learning FDB entries in accordance with the software bridge port's state, and 928 hardware learning on the CPU port, and do not override the port STP state. 961 learning. The switch driver is responsible for initial setup of the 962 standalone ports with address learning disabled and egress flooding of all 966 learning should be statically enabled (if supported by the hardware) on the 972 transitioning from an STP state where learning should take place to an STP [all …]
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-common.c | 561 bool learning) in qca8k_port_configure_learning() argument 565 if (learning) in qca8k_port_configure_learning() 579 bool learning = false; in qca8k_port_stp_state_set() local 594 learning = dp->learning; in qca8k_port_stp_state_set() 597 learning = dp->learning; in qca8k_port_stp_state_set() 607 qca8k_port_configure_learning(ds, port, learning); in qca8k_port_stp_state_set()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | devlink_trap_l2_drops.sh | 429 bridge link set dev $swp1 learning off 468 bridge link set dev $swp1 learning on 476 bridge link set dev $swp1 learning off 519 bridge link set dev $swp1 learning on
|
| H A D | vxlan_ipv6.sh | 27 ip link add name vxlan0 up type vxlan id 10 learning $UDPCSUM_FLAFS \
|
| /linux/Documentation/accel/qaic/ |
| H A D | index.rst | 7 The accel/qaic driver supports the Qualcomm Cloud AI machine learning
|
| /linux/net/dsa/ |
| H A D | port.c | 142 (do_fast_age && dp->learning)) { in dsa_port_set_state() 197 if (!(dp->learning && in dsa_port_set_mst_state() 931 bool learning = flags.val & BR_LEARNING; in dsa_port_bridge_flags() local 933 if (learning == dp->learning) in dsa_port_bridge_flags() 936 if ((dp->learning && !learning) && in dsa_port_bridge_flags() 941 dp->learning = learning; in dsa_port_bridge_flags()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | Kconfig | 16 accelerate machine learning applications.
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | switch-driver.rst | 105 HW FDB learning can be configured on each switch port independently through 106 bridge commands. When the HW learning is disabled, a fast age procedure will be 110 $ bridge link set dev ethX learning off 111 $ bridge link set dev ethX learning on
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_vxlan_nh.sh | 106 learning() function
|
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker.h | 88 bool learning);
|
| /linux/drivers/net/dsa/ |
| H A D | yt921x.c | 2180 bool learning = flags.val & BR_LEARNING; in yt921x_bridge_flags() local 2184 mask, !learning); in yt921x_bridge_flags() 2360 bool learning; in yt921x_dsa_port_stp_state_set() local 2366 learning = false; in yt921x_dsa_port_stp_state_set() 2376 learning = dp->learning; in yt921x_dsa_port_stp_state_set() 2381 learning = dp->learning; in yt921x_dsa_port_stp_state_set() 2395 ctrl = !learning ? YT921X_PORT_LEARN_DIS : 0; in yt921x_dsa_port_stp_state_set()
|
| /linux/Documentation/networking/ |
| H A D | vxlan.rst | 19 either dynamically in a manner similar to a learning bridge, or make
|
| H A D | switchdev.rst | 235 Where val is SWITCHDEV_FDB_ADD when learning and SWITCHDEV_FDB_DEL when 258 bridge link set dev DEV learning off 262 bridge link set dev DEV learning on self 266 the bridge's FDB. It's possible, but not optimal, to enable learning on the 269 To support learning, the driver implements switchdev op
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-features.rst | 137 The driver supports learning mode using
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | keystone-netcp.txt | 125 - enable-ale: NetCP driver keeps the address learning feature in the ethernet 127 learning.
|
| /linux/Documentation/gpu/ |
| H A D | introduction.rst | 138 To shallow the learning curve, this section contains a list of presentations 144 the learning material covers many aspects of the Linux graphics stack. From an
|