Searched refs:learning (Results 1 – 25 of 45) sorted by relevance
12
/Linux-v6.1/Documentation/networking/dsa/ |
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
|
D | dsa.rst | 767 of FDB entries that is active (can be matched by address learning on RX, or FDB 806 learning is a bridging layer service and this is a standalone port, therefore 807 it would consume useless space. With no address learning, the port private 901 learning etc) disabled, and send all received packets to the CPU port only. 906 learning FDB entries in accordance with the software bridge port's state, and 924 hardware learning on the CPU port, and do not override the port STP state. 957 learning. The switch driver is responsible for initial setup of the 958 standalone ports with address learning disabled and egress flooding of all 962 learning should be statically enabled (if supported by the hardware) on the 968 transitioning from an STP state where learning should take place to an STP [all …]
|
/Linux-v6.1/security/tomoyo/ |
D | Kconfig | 19 int "Default maximal count for learning mode" 25 that are automatically appended into policy at "learning mode". 27 such programs in "learning mode" dulls the system response
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan_ipv6.sh | 27 ip link add name vxlan0 up type vxlan id 10 learning $UDPCSUM_FLAFS \
|
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_vlan_unaware.sh | 88 learning() function
|
D | bridge_vlan_aware.sh | 90 learning() function
|
D | bridge_locked_port.sh | 40 bridge link set dev $swp1 learning off
|
D | lib.sh | 1280 bridge link set dev $br_port1 learning off 1289 bridge link set dev $br_port1 learning on
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | bridge_vlan_unaware.sh | 88 learning() function
|
D | vxlan_bridge_1q.sh | 770 ip link set dev $vx type bridge_slave learning off 780 ip link set dev $vx type bridge_slave learning on 802 ip link set dev vx10 type vxlan learning 804 ip link set dev vx20 type vxlan learning
|
D | bridge_vlan_aware.sh | 90 learning() function
|
D | vxlan_bridge_1d.sh | 686 ip link set dev vx1 type vxlan learning 758 ip link set dev vx1 type bridge_slave learning off 767 ip link set dev vx1 type bridge_slave learning on
|
D | bridge_locked_port.sh | 40 bridge link set dev $swp1 learning off
|
D | lib.sh | 1280 bridge link set dev $br_port1 learning off 1289 bridge link set dev $br_port1 learning on
|
/Linux-v6.1/net/dsa/ |
D | port.c | 140 (do_fast_age && dp->learning)) { in dsa_port_set_state() 195 if (!(dp->learning && in dsa_port_set_mst_state() 929 bool learning = flags.val & BR_LEARNING; in dsa_port_bridge_flags() local 931 if (learning == dp->learning) in dsa_port_bridge_flags() 934 if ((dp->learning && !learning) && in dsa_port_bridge_flags() 939 dp->learning = learning; in dsa_port_bridge_flags()
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
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-v6.1/drivers/net/ethernet/rocker/ |
D | rocker.h | 88 bool learning);
|
/Linux-v6.1/Documentation/networking/ |
D | vxlan.rst | 19 either dynamically in a manner similar to a learning bridge, or make
|
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-v6.1/Documentation/userspace-api/media/rc/ |
D | lirc-get-features.rst | 137 The driver supports learning mode using
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 125 - enable-ale: NetCP driver keeps the address learning feature in the ethernet 127 learning.
|
/Linux-v6.1/tools/testing/selftests/drivers/net/bonding/ |
D | net_forwarding_lib.sh | 1280 bridge link set dev $br_port1 learning off 1289 bridge link set dev $br_port1 learning on
|
/Linux-v6.1/tools/testing/selftests/drivers/net/team/ |
D | net_forwarding_lib.sh | 1280 bridge link set dev $br_port1 learning off 1289 bridge link set dev $br_port1 learning on
|
/Linux-v6.1/Documentation/gpu/ |
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
|
/Linux-v6.1/drivers/s390/net/ |
D | qeth_l2_sys.c | 351 static DEVICE_ATTR(learning, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store);
|
12